#F66495

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

Shades of Brilliant Rose #F66495

Tints of Brilliant Rose #F66495

Color information

#F66495 (or 0xF66495) is unknown color: approx Brilliant Rose. HEX triplet: F6, 64 and 95. RGB value is (246,100,149). Sum of RGB (Red+Green+Blue) = 246+100+149=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F66495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66495 is #099B6A. Grayscale: #959595. Windows color (decimal): -629611 or 9790710. OLE color: 9790710.

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

Color convert

RGB246100149-
CMYK00.590.390.04
HSL339.86º89.02%67.84%-
HSV(B)339.86º59.35%96.47%-
XYZ47.9930.8831.86-
YUV149.24127.87197.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.70%
GREEN value IS 100 (39.45% from 255) = 20.20%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=49.70%
G=20.20%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610014900.590.390.04339.8689.0267.84
HexF6649503B2741545944
Octal366144225073474524131104
Binary11110110110010010010101011101110011110010101010010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66495; }

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

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

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

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

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

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

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

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