Html Css Color HEX #FA0CAB Hollywood Cerise

📋 copy color: '#FA0CAB'

red 250 ◦ green 12 ◦ blue 171

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

Shades of Hollywood Cerise #FA0CAB

Tints of Hollywood Cerise #FA0CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.77%

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

R = 57.74%
G = 2.77%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA0CAB (or 0xFA0CAB) is known color: Hollywood Cerise. HEX triplet: FA, 0C and AB. RGB value is (250,12,171). Sum of RGB (Red+Green+Blue) = 250+12+171=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0CAB is #05F354. Grayscale: #646464. Windows color (decimal): -389973 or 11209978. OLE color: 11209978.

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

Color convert

RGB 250 12 171 -
CMYK 0 0.95 0.32 0.02
HSL 319.92º 0.96% 0.51% -
HSV(B) 319.92º 0.95% 0.98% -
XYZ 46.91 23.53 40.6 -
YUV 101.29 167.35 234.07 -
System Red Green Blue C M Y K H S L
Decimal 250 12 171 0 0.95 0.32 0.02 319.92 0.96 0.51
Hex FA C AB 0 5F 20 2 140 60 33
Octal 372 14 253 0 137 40 2 500 140 63
Binary 11111010 1100 10101011 0 1011111 100000 10 101000000 1100000 110011

Color Harmonies of #FA0CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0CAB

Black with #FA0CAB

Text Example


Text Example

White with #FA0CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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