Html Css Color HEX #FA0BAB Hollywood Cerise

📋 copy color: '#FA0BAB'

red 250 ◦ green 11 ◦ blue 171

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

Shades of Hollywood Cerise #FA0BAB

Tints of Hollywood Cerise #FA0BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.55%

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

R = 57.87%
G = 2.55%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA0BAB (or 0xFA0BAB) is known color: Hollywood Cerise. HEX triplet: FA, 0B and AB. RGB value is (250,11,171). Sum of RGB (Red+Green+Blue) = 250+11+171=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0BAB is #05F454. Grayscale: #646464. Windows color (decimal): -390229 or 11209722. OLE color: 11209722.

HSL color Cylindrical-coordinate representation of color #FA0BAB: hue angle of 319.83º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0BAB is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 11 171 -
CMYK 0 0.96 0.32 0.02
HSL 319.83º 0.96% 0.51% -
HSV(B) 319.83º 0.96% 0.98% -
XYZ 46.89 23.5 40.59 -
YUV 100.7 167.68 234.49 -
System Red Green Blue C M Y K H S L
Decimal 250 11 171 0 0.96 0.32 0.02 319.83 0.96 0.51
Hex FA B AB 0 60 20 2 140 60 33
Octal 372 13 253 0 140 40 2 500 140 63
Binary 11111010 1011 10101011 0 1100000 100000 10 101000000 1100000 110011

Color Harmonies of #FA0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0BAB

Black with #FA0BAB

Text Example


Text Example

White with #FA0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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