Html Css Color HEX #FA599B Brilliant Rose

📋 copy color: '#FA599B'

red 250 ◦ green 89 ◦ blue 155

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

Shades of Brilliant Rose #FA599B

Tints of Brilliant Rose #FA599B

RGB

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

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

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

R = 50.61%
G = 18.02%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA599B (or 0xFA599B) is known color: Brilliant Rose. HEX triplet: FA, 59 and 9B. RGB value is (250,89,155). Sum of RGB (Red+Green+Blue) = 250+89+155=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA599B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA599B is #05A664. Grayscale: #909090. Windows color (decimal): -370277 or 10181114. OLE color: 10181114.

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

Color convert

RGB 250 89 155 -
CMYK 0 0.64 0.38 0.02
HSL 335.4º 0.94% 0.66% -
HSV(B) 335.4º 0.64% 0.98% -
XYZ 48.91 29.84 34.19 -
YUV 144.66 133.84 203.13 -
System Red Green Blue C M Y K H S L
Decimal 250 89 155 0 0.64 0.38 0.02 335.4 0.94 0.66
Hex FA 59 9B 0 40 26 2 14F 5E 42
Octal 372 131 233 0 100 46 2 517 136 102
Binary 11111010 1011001 10011011 0 1000000 100110 10 101001111 1011110 1000010

Color Harmonies of #FA599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA599B

Black with #FA599B

Text Example


Text Example

White with #FA599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA599B; }

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

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

background-color css

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

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

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

border-color css

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

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

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