Html Css Color HEX #FA5996 Brilliant Rose

📋 copy color: '#FA5996'

red 250 ◦ green 89 ◦ blue 150

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

Shades of Brilliant Rose #FA5996

Tints of Brilliant Rose #FA5996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.67%

R = 51.12%
G = 18.2%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA5996 (or 0xFA5996) is known color: Brilliant Rose. HEX triplet: FA, 59 and 96. RGB value is (250,89,150). Sum of RGB (Red+Green+Blue) = 250+89+150=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5996 is #05A669. Grayscale: #909090. Windows color (decimal): -370282 or 9853434. OLE color: 9853434.

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

Color convert

RGB 250 89 150 -
CMYK 0 0.64 0.4 0.02
HSL 337.27º 0.94% 0.66% -
HSV(B) 337.27º 0.64% 0.98% -
XYZ 48.5 29.67 32.02 -
YUV 144.09 131.34 203.54 -
System Red Green Blue C M Y K H S L
Decimal 250 89 150 0 0.64 0.4 0.02 337.27 0.94 0.66
Hex FA 59 96 0 40 28 2 151 5E 42
Octal 372 131 226 0 100 50 2 521 136 102
Binary 11111010 1011001 10010110 0 1000000 101000 10 101010001 1011110 1000010

Color Harmonies of #FA5996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5996

Black with #FA5996

Text Example


Text Example

White with #FA5996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5996; }

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

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

background-color css

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

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

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

border-color css

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

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

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