#F65CA6

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

Shades of Brilliant Rose #F65CA6

Tints of Brilliant Rose #F65CA6

Color information

#F65CA6 (or 0xF65CA6) is unknown color: approx Brilliant Rose. HEX triplet: F6, 5C and A6. RGB value is (246,92,166). Sum of RGB (Red+Green+Blue) = 246+92+166=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65CA6 is #09A359. Grayscale: #929292. Windows color (decimal): -631642 or 10902774. OLE color: 10902774.

HSL color Cylindrical-coordinate representation of color #F65CA6: hue angle of 331.17º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65CA6 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB24692166-
CMYK00.630.330.04
HSL331.17º89.53%66.27%-
HSV(B)331.17º62.6%96.47%-
XYZ48.723039.3-
YUV146.48139.02198.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.81%
GREEN value IS 92 (36.33% from 255) = 18.25%
BLUE value IS 166 (65.23% from 255) = 32.94%
R=48.81%
G=18.25%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469216600.630.330.04331.1789.5366.27
HexF65CA603F21414b5a42
Octal366134246077414513132102
Binary11110110101110010100110011111110000110010100101110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65CA6; }

 p { color: rgb(246,92,166); }

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

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

 a { background-color: rgb(246,92,166); }

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

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

 span { border-color: rgb(246,92,166); }

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