#F748A6

Color #F748A6 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F748A6

Tints of Brilliant Rose #F748A6

Color information

#F748A6 (or 0xF748A6) is unknown color: approx Brilliant Rose. HEX triplet: F7, 48 and A6. RGB value is (247,72,166). Sum of RGB (Red+Green+Blue) = 247+72+166=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F748A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F748A6 is #08B759. Grayscale: #868686. Windows color (decimal): -571226 or 10897655. OLE color: 10897655.

HSL color Cylindrical-coordinate representation of color #F748A6: hue angle of 327.77º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F748A6 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB24772166-
CMYK00.710.330.03
HSL327.77º91.62%62.55%-
HSV(B)327.77º70.85%96.86%-
XYZ47.5627.1638.81-
YUV135.04145.48207.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 50.93%
GREEN value IS 72 (28.52% from 255) = 14.85%
BLUE value IS 166 (65.23% from 255) = 34.23%
R=50.93%
G=14.85%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477216600.710.330.03327.7791.6262.55
HexF748A60472131485c3f
Octal367110246010741351013477
Binary1111011110010001010011001000111100001111010010001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F748A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F748A6; }

 p { color: rgb(247,72,166); }

 H1.HeaderClassName
 {
   color: #F748A6;
 }
 .AnyTagClassName
 {
   color: #F748A6;
 }
</style>
background-color css

<style>
 a { background-color: #F748A6; }

 a { background-color: rgb(247,72,166); }

 div.DivClassName
 {
   background-color: #F748A6;
 }
 .BgClassName
 {
   background-color: #F748A6;
 }
</style>
border-color css

<style>
 span { border-color: #F748A6; }

 span { border-color: rgb(247,72,166); }

 td.TdClassName
 {
   border-color: #F748A6;
 }
 .TagClassName
 {
   border-color: #F748A6;
 }
</style>