Html Css Color HEX #FA5BAB Brilliant Rose

📋 copy color: '#FA5BAB'

red 250 ◦ green 91 ◦ blue 171

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

Shades of Brilliant Rose #FA5BAB

Tints of Brilliant Rose #FA5BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.4%

R = 48.83%
G = 17.77%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA5BAB (or 0xFA5BAB) is known color: Brilliant Rose. HEX triplet: FA, 5B and AB. RGB value is (250,91,171). Sum of RGB (Red+Green+Blue) = 250+91+171=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5BAB is #05A454. Grayscale: #939393. Windows color (decimal): -369749 or 11230202. OLE color: 11230202.

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

Color convert

RGB 250 91 171 -
CMYK 0 0.64 0.32 0.02
HSL 329.81º 0.94% 0.67% -
HSV(B) 329.81º 0.64% 0.98% -
XYZ 50.52 30.75 41.8 -
YUV 147.66 141.18 201 -
System Red Green Blue C M Y K H S L
Decimal 250 91 171 0 0.64 0.32 0.02 329.81 0.94 0.67
Hex FA 5B AB 0 40 20 2 14A 5E 43
Octal 372 133 253 0 100 40 2 512 136 103
Binary 11111010 1011011 10101011 0 1000000 100000 10 101001010 1011110 1000011

Color Harmonies of #FA5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BAB

Black with #FA5BAB

Text Example


Text Example

White with #FA5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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