Html Css Color HEX #FA589D Brilliant Rose

📋 copy color: '#FA589D'

red 250 ◦ green 88 ◦ blue 157

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

Shades of Brilliant Rose #FA589D

Tints of Brilliant Rose #FA589D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 50.51%
G = 17.78%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA589D (or 0xFA589D) is known color: Brilliant Rose. HEX triplet: FA, 58 and 9D. RGB value is (250,88,157). Sum of RGB (Red+Green+Blue) = 250+88+157=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA589D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA589D is #05A762. Grayscale: #909090. Windows color (decimal): -370531 or 10311930. OLE color: 10311930.

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

Color convert

RGB 250 88 157 -
CMYK 0 0.65 0.37 0.02
HSL 334.44º 0.94% 0.66% -
HSV(B) 334.44º 0.65% 0.98% -
XYZ 49 29.74 35.06 -
YUV 144.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 250 88 157 0 0.65 0.37 0.02 334.44 0.94 0.66
Hex FA 58 9D 0 41 25 2 14E 5E 42
Octal 372 130 235 0 101 45 2 516 136 102
Binary 11111010 1011000 10011101 0 1000001 100101 10 101001110 1011110 1000010

Color Harmonies of #FA589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA589D

Black with #FA589D

Text Example


Text Example

White with #FA589D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA589D; }

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

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

background-color css

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

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

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

border-color css

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

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

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