Html Css Color HEX #F40BAE Hollywood Cerise

📋 copy color: '#F40BAE'

red 244 ◦ green 11 ◦ blue 174

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

Shades of Hollywood Cerise #F40BAE

Tints of Hollywood Cerise #F40BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.56%

R = 56.88%
G = 2.56%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F40BAE (or 0xF40BAE) is known color: Hollywood Cerise. HEX triplet: F4, 0B and AE. RGB value is (244,11,174). Sum of RGB (Red+Green+Blue) = 244+11+174=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40BAE is #0BF451. Grayscale: #626262. Windows color (decimal): -783442 or 11406324. OLE color: 11406324.

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

Color convert

RGB 244 11 174 -
CMYK 0 0.95 0.29 0.04
HSL 318.03º 0.91% 0.5% -
HSV(B) 318.03º 0.95% 0.96% -
XYZ 45.07 22.53 42.02 -
YUV 99.25 170.19 231.25 -
System Red Green Blue C M Y K H S L
Decimal 244 11 174 0 0.95 0.29 0.04 318.03 0.91 0.5
Hex F4 B AE 0 5F 1D 4 13E 5B 32
Octal 364 13 256 0 137 35 4 476 133 62
Binary 11110100 1011 10101110 0 1011111 11101 100 100111110 1011011 110010

Color Harmonies of #F40BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40BAE

Black with #F40BAE

Text Example


Text Example

White with #F40BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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