Html Css Color HEX #F9559B Brilliant Rose

📋 copy color: '#F9559B'

red 249 ◦ green 85 ◦ blue 155

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

Shades of Brilliant Rose #F9559B

Tints of Brilliant Rose #F9559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.7%

R = 50.92%
G = 17.38%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9559B (or 0xF9559B) is known color: Brilliant Rose. HEX triplet: F9, 55 and 9B. RGB value is (249,85,155). Sum of RGB (Red+Green+Blue) = 249+85+155=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9559B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9559B is #06AA64. Grayscale: #8D8D8D. Windows color (decimal): -436837 or 10180089. OLE color: 10180089.

HSL color Cylindrical-coordinate representation of color #F9559B: hue angle of 334.39º 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 #F9559B is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 85 155 -
CMYK 0 0.66 0.38 0.02
HSL 334.39º 0.93% 0.65% -
HSV(B) 334.39º 0.66% 0.98% -
XYZ 48.23 29 34.07 -
YUV 142.02 135.33 204.31 -
System Red Green Blue C M Y K H S L
Decimal 249 85 155 0 0.66 0.38 0.02 334.39 0.93 0.65
Hex F9 55 9B 0 42 26 2 14E 5D 41
Octal 371 125 233 0 102 46 2 516 135 101
Binary 11111001 1010101 10011011 0 1000010 100110 10 101001110 1011101 1000001

Color Harmonies of #F9559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9559B

Black with #F9559B

Text Example


Text Example

White with #F9559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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