Html Css Color HEX #F40BA4 Hollywood Cerise

📋 copy color: '#F40BA4'

red 244 ◦ green 11 ◦ blue 164

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

Shades of Hollywood Cerise #F40BA4

Tints of Hollywood Cerise #F40BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.14%

R = 58.23%
G = 2.63%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F40BA4 (or 0xF40BA4) is known color: Hollywood Cerise. HEX triplet: F4, 0B and A4. RGB value is (244,11,164). Sum of RGB (Red+Green+Blue) = 244+11+164=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40BA4 is #0BF45B. Grayscale: #616161. Windows color (decimal): -783452 or 10750964. OLE color: 10750964.

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

Color convert

RGB 244 11 164 -
CMYK 0 0.95 0.33 0.04
HSL 320.6º 0.91% 0.5% -
HSV(B) 320.6º 0.95% 0.96% -
XYZ 44.13 22.15 37.07 -
YUV 98.11 165.19 232.06 -
System Red Green Blue C M Y K H S L
Decimal 244 11 164 0 0.95 0.33 0.04 320.6 0.91 0.5
Hex F4 B A4 0 5F 21 4 141 5B 32
Octal 364 13 244 0 137 41 4 501 133 62
Binary 11110100 1011 10100100 0 1011111 100001 100 101000001 1011011 110010

Color Harmonies of #F40BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40BA4

Black with #F40BA4

Text Example


Text Example

White with #F40BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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