Html Css Color HEX #FA5E9B Brilliant Rose

📋 copy color: '#FA5E9B'

red 250 ◦ green 94 ◦ blue 155

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

Shades of Brilliant Rose #FA5E9B

Tints of Brilliant Rose #FA5E9B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.84%

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

R = 50.1%
G = 18.84%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA5E9B (or 0xFA5E9B) is known color: Brilliant Rose. HEX triplet: FA, 5E and 9B. RGB value is (250,94,155). Sum of RGB (Red+Green+Blue) = 250+94+155=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5E9B is #05A164. Grayscale: #939393. Windows color (decimal): -368997 or 10182394. OLE color: 10182394.

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

Color convert

RGB 250 94 155 -
CMYK 0 0.62 0.38 0.02
HSL 336.54º 0.94% 0.67% -
HSV(B) 336.54º 0.62% 0.98% -
XYZ 49.34 30.7 34.33 -
YUV 147.6 132.18 201.04 -
System Red Green Blue C M Y K H S L
Decimal 250 94 155 0 0.62 0.38 0.02 336.54 0.94 0.67
Hex FA 5E 9B 0 3E 26 2 151 5E 43
Octal 372 136 233 0 76 46 2 521 136 103
Binary 11111010 1011110 10011011 0 111110 100110 10 101010001 1011110 1000011

Color Harmonies of #FA5E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E9B

Black with #FA5E9B

Text Example


Text Example

White with #FA5E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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