Html Css Color HEX #F9559C Brilliant Rose

📋 copy color: '#F9559C'

red 249 ◦ green 85 ◦ blue 156

#F9559C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F9559C

Tints of Brilliant Rose #F9559C

RGB

 RED value IS 249 (97.66% from 255) = 50.82%

 GREEN value IS 85 (33.59% from 255) = 17.35%

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 50.82%
G = 17.35%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9559C (or 0xF9559C) is known color: Brilliant Rose. HEX triplet: F9, 55 and 9C. RGB value is (249,85,156). Sum of RGB (Red+Green+Blue) = 249+85+156=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9559C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9559C is #06AA63. Grayscale: #8E8E8E. Windows color (decimal): -436836 or 10245625. OLE color: 10245625.

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

Color convert

RGB 249 85 156 -
CMYK 0 0.66 0.37 0.02
HSL 334.02º 0.93% 0.65% -
HSV(B) 334.02º 0.66% 0.98% -
XYZ 48.32 29.04 34.51 -
YUV 142.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 249 85 156 0 0.66 0.37 0.02 334.02 0.93 0.65
Hex F9 55 9C 0 42 25 2 14E 5D 41
Octal 371 125 234 0 102 45 2 516 135 101
Binary 11111001 1010101 10011100 0 1000010 100101 10 101001110 1011101 1000001

Color Harmonies of #F9559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9559C

Black with #F9559C

Text Example


Text Example

White with #F9559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9559C; }

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

 H1.HeaderClassName
 {
   color: #F9559C;
 }
 .AnyTagClassName
 {
   color: #F9559C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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