Html Css Color HEX #FA5696 Brilliant Rose

📋 copy color: '#FA5696'

red 250 ◦ green 86 ◦ blue 150

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

Shades of Brilliant Rose #FA5696

Tints of Brilliant Rose #FA5696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.7%

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

R = 51.44%
G = 17.7%
B = 30.86%

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

#FA5696 (or 0xFA5696) is known color: Brilliant Rose. HEX triplet: FA, 56 and 96. RGB value is (250,86,150). Sum of RGB (Red+Green+Blue) = 250+86+150=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5696 is #05A969. Grayscale: #8E8E8E. Windows color (decimal): -371050 or 9852666. OLE color: 9852666.

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

Color convert

RGB 250 86 150 -
CMYK 0 0.66 0.4 0.02
HSL 336.59º 0.94% 0.66% -
HSV(B) 336.59º 0.66% 0.98% -
XYZ 48.26 29.18 31.94 -
YUV 142.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 250 86 150 0 0.66 0.4 0.02 336.59 0.94 0.66
Hex FA 56 96 0 42 28 2 151 5E 42
Octal 372 126 226 0 102 50 2 521 136 102
Binary 11111010 1010110 10010110 0 1000010 101000 10 101010001 1011110 1000010

Color Harmonies of #FA5696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5696

Black with #FA5696

Text Example


Text Example

White with #FA5696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5696; }

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

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

background-color css

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

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

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

border-color css

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

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

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