Html Css Color HEX #FA589B Brilliant Rose

📋 copy color: '#FA589B'

red 250 ◦ green 88 ◦ blue 155

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

Shades of Brilliant Rose #FA589B

Tints of Brilliant Rose #FA589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.85%

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

R = 50.71%
G = 17.85%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA589B (or 0xFA589B) is known color: Brilliant Rose. HEX triplet: FA, 58 and 9B. RGB value is (250,88,155). Sum of RGB (Red+Green+Blue) = 250+88+155=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA589B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA589B is #05A764. Grayscale: #8F8F8F. Windows color (decimal): -370533 or 10180858. OLE color: 10180858.

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

Color convert

RGB 250 88 155 -
CMYK 0 0.65 0.38 0.02
HSL 335.19º 0.94% 0.66% -
HSV(B) 335.19º 0.65% 0.98% -
XYZ 48.83 29.67 34.16 -
YUV 144.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 250 88 155 0 0.65 0.38 0.02 335.19 0.94 0.66
Hex FA 58 9B 0 41 26 2 14F 5E 42
Octal 372 130 233 0 101 46 2 517 136 102
Binary 11111010 1011000 10011011 0 1000001 100110 10 101001111 1011110 1000010

Color Harmonies of #FA589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA589B

Black with #FA589B

Text Example


Text Example

White with #FA589B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA589B; }

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

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

background-color css

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

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

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

border-color css

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

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

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