Html Css Color HEX #F40BAC Hollywood Cerise

📋 copy color: '#F40BAC'

red 244 ◦ green 11 ◦ blue 172

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

Shades of Hollywood Cerise #F40BAC

Tints of Hollywood Cerise #F40BAC

RGB

 RED value IS 244 (95.7% from 255) = 57.14%

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

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 57.14%
G = 2.58%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F40BAC (or 0xF40BAC) is known color: Hollywood Cerise. HEX triplet: F4, 0B and AC. RGB value is (244,11,172). Sum of RGB (Red+Green+Blue) = 244+11+172=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40BAC is #0BF453. Grayscale: #626262. Windows color (decimal): -783444 or 11275252. OLE color: 11275252.

HSL color Cylindrical-coordinate representation of color #F40BAC: hue angle of 318.54º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40BAC is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 11 172 -
CMYK 0 0.95 0.30 0.04
HSL 318.54º 0.91% 0.5% -
HSV(B) 318.54º 0.95% 0.96% -
XYZ 44.87 22.45 41 -
YUV 99.02 169.19 231.41 -
System Red Green Blue C M Y K H S L
Decimal 244 11 172 0 0.95 0.30 0.04 318.54 0.91 0.5
Hex F4 B AC 0 5F 1E 4 13F 5B 32
Octal 364 13 254 0 137 36 4 477 133 62
Binary 11110100 1011 10101100 0 1011111 11110 100 100111111 1011011 110010

Color Harmonies of #F40BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40BAC

Black with #F40BAC

Text Example


Text Example

White with #F40BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40BAC; }

 p { color: rgb(244,11,172); }

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

background-color css

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

 a { background-color: rgb(244,11,172); }

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

border-color css

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

 span { border-color: rgb(244,11,172); }

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