Html Css Color HEX #FA5496 Brilliant Rose

📋 copy color: '#FA5496'

red 250 ◦ green 84 ◦ blue 150

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

Shades of Brilliant Rose #FA5496

Tints of Brilliant Rose #FA5496

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.36%

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

R = 51.65%
G = 17.36%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA5496 (or 0xFA5496) is known color: Brilliant Rose. HEX triplet: FA, 54 and 96. RGB value is (250,84,150). Sum of RGB (Red+Green+Blue) = 250+84+150=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5496 is #05AB69. Grayscale: #8D8D8D. Windows color (decimal): -371562 or 9852154. OLE color: 9852154.

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

Color convert

RGB 250 84 150 -
CMYK 0 0.66 0.4 0.02
HSL 336.14º 0.94% 0.65% -
HSV(B) 336.14º 0.66% 0.98% -
XYZ 48.1 28.87 31.89 -
YUV 141.16 133 205.63 -
System Red Green Blue C M Y K H S L
Decimal 250 84 150 0 0.66 0.4 0.02 336.14 0.94 0.65
Hex FA 54 96 0 42 28 2 150 5E 41
Octal 372 124 226 0 102 50 2 520 136 101
Binary 11111010 1010100 10010110 0 1000010 101000 10 101010000 1011110 1000001

Color Harmonies of #FA5496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5496

Black with #FA5496

Text Example


Text Example

White with #FA5496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5496; }

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

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

background-color css

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

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

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

border-color css

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

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

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