Html Css Color HEX #FA59B0 Brilliant Rose

📋 copy color: '#FA59B0'

red 250 ◦ green 89 ◦ blue 176

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

Shades of Brilliant Rose #FA59B0

Tints of Brilliant Rose #FA59B0

RGB

 RED value IS 250 (98.05% from 255) = 48.54%

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

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 48.54%
G = 17.28%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA59B0 (or 0xFA59B0) is known color: Brilliant Rose. HEX triplet: FA, 59 and B0. RGB value is (250,89,176). Sum of RGB (Red+Green+Blue) = 250+89+176=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA59B0 is #05A64F. Grayscale: #929292. Windows color (decimal): -370256 or 11557370. OLE color: 11557370.

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

Color convert

RGB 250 89 176 -
CMYK 0 0.64 0.30 0.02
HSL 327.58º 0.94% 0.66% -
HSV(B) 327.58º 0.64% 0.98% -
XYZ 50.83 30.6 44.3 -
YUV 147.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 250 89 176 0 0.64 0.30 0.02 327.58 0.94 0.66
Hex FA 59 B0 0 40 1E 2 148 5E 42
Octal 372 131 260 0 100 36 2 510 136 102
Binary 11111010 1011001 10110000 0 1000000 11110 10 101001000 1011110 1000010

Color Harmonies of #FA59B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59B0

Black with #FA59B0

Text Example


Text Example

White with #FA59B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59B0; }

 p { color: rgb(250,89,176); }

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

background-color css

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

 a { background-color: rgb(250,89,176); }

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

border-color css

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

 span { border-color: rgb(250,89,176); }

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