Html Css Color HEX #FA5896 Brilliant Rose

📋 copy color: '#FA5896'

red 250 ◦ green 88 ◦ blue 150

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

Shades of Brilliant Rose #FA5896

Tints of Brilliant Rose #FA5896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.03%

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

R = 51.23%
G = 18.03%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA5896 (or 0xFA5896) is known color: Brilliant Rose. HEX triplet: FA, 58 and 96. RGB value is (250,88,150). Sum of RGB (Red+Green+Blue) = 250+88+150=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5896 is #05A769. Grayscale: #8F8F8F. Windows color (decimal): -370538 or 9853178. OLE color: 9853178.

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

Color convert

RGB 250 88 150 -
CMYK 0 0.65 0.4 0.02
HSL 337.04º 0.94% 0.66% -
HSV(B) 337.04º 0.65% 0.98% -
XYZ 48.42 29.51 32 -
YUV 143.51 131.67 203.96 -
System Red Green Blue C M Y K H S L
Decimal 250 88 150 0 0.65 0.4 0.02 337.04 0.94 0.66
Hex FA 58 96 0 41 28 2 151 5E 42
Octal 372 130 226 0 101 50 2 521 136 102
Binary 11111010 1011000 10010110 0 1000001 101000 10 101010001 1011110 1000010

Color Harmonies of #FA5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5896

Black with #FA5896

Text Example


Text Example

White with #FA5896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5896; }

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

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

background-color css

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

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

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

border-color css

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

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

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