Html Css Color HEX #FA0C9F Hollywood Cerise

📋 copy color: '#FA0C9F'

red 250 ◦ green 12 ◦ blue 159

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

Shades of Hollywood Cerise #FA0C9F

Tints of Hollywood Cerise #FA0C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 59.38%
G = 2.85%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA0C9F (or 0xFA0C9F) is known color: Hollywood Cerise. HEX triplet: FA, 0C and 9F. RGB value is (250,12,159). Sum of RGB (Red+Green+Blue) = 250+12+159=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0C9F is #05F360. Grayscale: #636363. Windows color (decimal): -389985 or 10423546. OLE color: 10423546.

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

Color convert

RGB 250 12 159 -
CMYK 0 0.95 0.36 0.02
HSL 322.94º 0.96% 0.51% -
HSV(B) 322.94º 0.95% 0.98% -
XYZ 45.81 23.09 34.84 -
YUV 99.92 161.35 235.05 -
System Red Green Blue C M Y K H S L
Decimal 250 12 159 0 0.95 0.36 0.02 322.94 0.96 0.51
Hex FA C 9F 0 5F 24 2 143 60 33
Octal 372 14 237 0 137 44 2 503 140 63
Binary 11111010 1100 10011111 0 1011111 100100 10 101000011 1100000 110011

Color Harmonies of #FA0C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C9F

Black with #FA0C9F

Text Example


Text Example

White with #FA0C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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