Html Css Color HEX #FA5BA8 Brilliant Rose

📋 copy color: '#FA5BA8'

red 250 ◦ green 91 ◦ blue 168

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

Shades of Brilliant Rose #FA5BA8

Tints of Brilliant Rose #FA5BA8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.88%

 BLUE value IS 168 (66.02% from 255) = 33.01%

R = 49.12%
G = 17.88%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA5BA8 (or 0xFA5BA8) is known color: Brilliant Rose. HEX triplet: FA, 5B and A8. RGB value is (250,91,168). Sum of RGB (Red+Green+Blue) = 250+91+168=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5BA8 is #05A457. Grayscale: #939393. Windows color (decimal): -369752 or 11033594. OLE color: 11033594.

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

Color convert

RGB 250 91 168 -
CMYK 0 0.64 0.33 0.02
HSL 330.94º 0.94% 0.67% -
HSV(B) 330.94º 0.64% 0.98% -
XYZ 50.23 30.63 40.31 -
YUV 147.32 139.68 201.24 -
System Red Green Blue C M Y K H S L
Decimal 250 91 168 0 0.64 0.33 0.02 330.94 0.94 0.67
Hex FA 5B A8 0 40 21 2 14B 5E 43
Octal 372 133 250 0 100 41 2 513 136 103
Binary 11111010 1011011 10101000 0 1000000 100001 10 101001011 1011110 1000011

Color Harmonies of #FA5BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BA8

Black with #FA5BA8

Text Example


Text Example

White with #FA5BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BA8; }

 p { color: rgb(250,91,168); }

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

background-color css

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

 a { background-color: rgb(250,91,168); }

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

border-color css

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

 span { border-color: rgb(250,91,168); }

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