#F66195

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

Shades of Brilliant Rose #F66195

Tints of Brilliant Rose #F66195

Color information

#F66195 (or 0xF66195) is unknown color: approx Brilliant Rose. HEX triplet: F6, 61 and 95. RGB value is (246,97,149). Sum of RGB (Red+Green+Blue) = 246+97+149=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F66195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66195 is #099E6A. Grayscale: #939393. Windows color (decimal): -630379 or 9789942. OLE color: 9789942.

HSL color Cylindrical-coordinate representation of color #F66195: hue angle of 339.06º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F66195 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB24697149-
CMYK00.610.390.04
HSL339.06º89.22%67.25%-
HSV(B)339.06º60.57%96.47%-
XYZ47.7130.3131.77-
YUV147.48128.86198.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 19.72%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=50%
G=19.72%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469714900.610.390.04339.0689.2267.25
HexF6619503D2741535943
Octal366141225075474523131103
Binary11110110110000110010101011110110011110010101001110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66195; }

 p { color: rgb(246,97,149); }

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

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

 a { background-color: rgb(246,97,149); }

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

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

 span { border-color: rgb(246,97,149); }

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