#F9659C

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

Shades of Brilliant Rose #F9659C

Tints of Brilliant Rose #F9659C

Color information

#F9659C (or 0xF9659C) is unknown color: approx Brilliant Rose. HEX triplet: F9, 65 and 9C. RGB value is (249,101,156). Sum of RGB (Red+Green+Blue) = 249+101+156=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F9659C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9659C is #069A63. Grayscale: #979797. Windows color (decimal): -432740 or 10249721. OLE color: 10249721.

HSL color Cylindrical-coordinate representation of color #F9659C: hue angle of 337.7º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9659C is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB249101156-
CMYK00.590.370.02
HSL337.7º92.5%68.63%-
HSV(B)337.7º59.44%97.65%-
XYZ49.7231.8534.98-
YUV151.52130.53197.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.21%
GREEN value IS 101 (39.84% from 255) = 19.96%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=49.21%
G=19.96%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910115600.590.370.02337.792.568.63
HexF9659C03B2521525c45
Octal371145234073452522134105
Binary1111100111001011001110001110111001011010101001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9659C; }

 p { color: rgb(249,101,156); }

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

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

 a { background-color: rgb(249,101,156); }

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

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

 span { border-color: rgb(249,101,156); }

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