Html Css Color HEX #FA5994 Brilliant Rose

📋 copy color: '#FA5994'

red 250 ◦ green 89 ◦ blue 148

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

Shades of Brilliant Rose #FA5994

Tints of Brilliant Rose #FA5994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.39%

R = 51.33%
G = 18.28%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA5994 (or 0xFA5994) is known color: Brilliant Rose. HEX triplet: FA, 59 and 94. RGB value is (250,89,148). Sum of RGB (Red+Green+Blue) = 250+89+148=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5994 is #05A66B. Grayscale: #8F8F8F. Windows color (decimal): -370284 or 9722362. OLE color: 9722362.

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

Color convert

RGB 250 89 148 -
CMYK 0 0.64 0.41 0.02
HSL 338.01º 0.94% 0.66% -
HSV(B) 338.01º 0.64% 0.98% -
XYZ 48.34 29.61 31.18 -
YUV 143.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 250 89 148 0 0.64 0.41 0.02 338.01 0.94 0.66
Hex FA 59 94 0 40 29 2 152 5E 42
Octal 372 131 224 0 100 51 2 522 136 102
Binary 11111010 1011001 10010100 0 1000000 101001 10 101010010 1011110 1000010

Color Harmonies of #FA5994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5994

Black with #FA5994

Text Example


Text Example

White with #FA5994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5994; }

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

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

background-color css

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

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

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

border-color css

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

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

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