Html Css Color HEX #FA559E Brilliant Rose

📋 copy color: '#FA559E'

red 250 ◦ green 85 ◦ blue 158

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

Shades of Brilliant Rose #FA559E

Tints of Brilliant Rose #FA559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.24%

 BLUE value IS 158 (62.11% from 255) = 32.05%

R = 50.71%
G = 17.24%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA559E (or 0xFA559E) is known color: Brilliant Rose. HEX triplet: FA, 55 and 9E. RGB value is (250,85,158). Sum of RGB (Red+Green+Blue) = 250+85+158=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA559E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA559E is #05AA61. Grayscale: #8E8E8E. Windows color (decimal): -371298 or 10376698. OLE color: 10376698.

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

Color convert

RGB 250 85 158 -
CMYK 0 0.66 0.37 0.02
HSL 333.45º 0.94% 0.66% -
HSV(B) 333.45º 0.66% 0.98% -
XYZ 48.84 29.29 35.43 -
YUV 142.66 136.66 204.56 -
System Red Green Blue C M Y K H S L
Decimal 250 85 158 0 0.66 0.37 0.02 333.45 0.94 0.66
Hex FA 55 9E 0 42 25 2 14D 5E 42
Octal 372 125 236 0 102 45 2 515 136 102
Binary 11111010 1010101 10011110 0 1000010 100101 10 101001101 1011110 1000010

Color Harmonies of #FA559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA559E

Black with #FA559E

Text Example


Text Example

White with #FA559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA559E; }

 p { color: rgb(250,85,158); }

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

background-color css

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

 a { background-color: rgb(250,85,158); }

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

border-color css

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

 span { border-color: rgb(250,85,158); }

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