Html Css Color HEX #FA559B Brilliant Rose

📋 copy color: '#FA559B'

red 250 ◦ green 85 ◦ blue 155

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

Shades of Brilliant Rose #FA559B

Tints of Brilliant Rose #FA559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.63%

R = 51.02%
G = 17.35%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA559B (or 0xFA559B) is known color: Brilliant Rose. HEX triplet: FA, 55 and 9B. RGB value is (250,85,155). Sum of RGB (Red+Green+Blue) = 250+85+155=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA559B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA559B is #05AA64. Grayscale: #8E8E8E. Windows color (decimal): -371301 or 10180090. OLE color: 10180090.

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

Color convert

RGB 250 85 155 -
CMYK 0 0.66 0.38 0.02
HSL 334.55º 0.94% 0.66% -
HSV(B) 334.55º 0.66% 0.98% -
XYZ 48.59 29.19 34.08 -
YUV 142.32 135.16 204.81 -
System Red Green Blue C M Y K H S L
Decimal 250 85 155 0 0.66 0.38 0.02 334.55 0.94 0.66
Hex FA 55 9B 0 42 26 2 14F 5E 42
Octal 372 125 233 0 102 46 2 517 136 102
Binary 11111010 1010101 10011011 0 1000010 100110 10 101001111 1011110 1000010

Color Harmonies of #FA559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA559B

Black with #FA559B

Text Example


Text Example

White with #FA559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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