#F65F9C

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

Shades of Brilliant Rose #F65F9C

Tints of Brilliant Rose #F65F9C

Color information

#F65F9C (or 0xF65F9C) is unknown color: approx Brilliant Rose. HEX triplet: F6, 5F and 9C. RGB value is (246,95,156). Sum of RGB (Red+Green+Blue) = 246+95+156=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65F9C is #09A063. Grayscale: #939393. Windows color (decimal): -630884 or 10248182. OLE color: 10248182.

HSL color Cylindrical-coordinate representation of color #F65F9C: hue angle of 335.76º 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 #F65F9C is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB24695156-
CMYK00.610.370.04
HSL335.76º89.35%66.86%-
HSV(B)335.76º61.38%96.47%-
XYZ48.130.1834.74-
YUV147.1133.03198.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.50%
GREEN value IS 95 (37.5% from 255) = 19.11%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=49.50%
G=19.11%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469515600.610.370.04335.7689.3566.86
HexF65F9C03D2541505943
Octal366137234075454520131103
Binary11110110101111110011100011110110010110010101000010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65F9C; }

 p { color: rgb(246,95,156); }

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

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

 a { background-color: rgb(246,95,156); }

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

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

 span { border-color: rgb(246,95,156); }

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