Html Css Color HEX #FB59A0 Brilliant Rose

📋 copy color: '#FB59A0'

red 251 ◦ green 89 ◦ blue 160

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

Shades of Brilliant Rose #FB59A0

Tints of Brilliant Rose #FB59A0

RGB

 RED value IS 251 (98.44% from 255) = 50.2%

 GREEN value IS 89 (35.16% from 255) = 17.8%

 BLUE value IS 160 (62.89% from 255) = 32%

R = 50.2%
G = 17.8%
B = 32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB59A0 (or 0xFB59A0) is known color: Brilliant Rose. HEX triplet: FB, 59 and A0. RGB value is (251,89,160). Sum of RGB (Red+Green+Blue) = 251+89+160=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB59A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB59A0 is #04A65F. Grayscale: #919191. Windows color (decimal): -304736 or 10508795. OLE color: 10508795.

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

Color convert

RGB 251 89 160 -
CMYK 0 0.65 0.36 0.02
HSL 333.7º 0.95% 0.67% -
HSV(B) 333.7º 0.65% 0.98% -
XYZ 49.7 30.19 36.47 -
YUV 145.53 136.17 203.23 -
System Red Green Blue C M Y K H S L
Decimal 251 89 160 0 0.65 0.36 0.02 333.7 0.95 0.67
Hex FB 59 A0 0 41 24 2 14E 5F 43
Octal 373 131 240 0 101 44 2 516 137 103
Binary 11111011 1011001 10100000 0 1000001 100100 10 101001110 1011111 1000011

Color Harmonies of #FB59A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB59A0

Black with #FB59A0

Text Example


Text Example

White with #FB59A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB59A0; }

 p { color: rgb(251,89,160); }

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

background-color css

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

 a { background-color: rgb(251,89,160); }

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

border-color css

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

 span { border-color: rgb(251,89,160); }

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