Html Css Color HEX #F411A5 Hollywood Cerise

📋 copy color: '#F411A5'

red 244 ◦ green 17 ◦ blue 165

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

Shades of Hollywood Cerise #F411A5

Tints of Hollywood Cerise #F411A5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.99%

 BLUE value IS 165 (64.84% from 255) = 38.73%

R = 57.28%
G = 3.99%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F411A5 (or 0xF411A5) is known color: Hollywood Cerise. HEX triplet: F4, 11 and A5. RGB value is (244,17,165). Sum of RGB (Red+Green+Blue) = 244+17+165=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F411A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F411A5 is #0BEE5A. Grayscale: #656565. Windows color (decimal): -781915 or 10818036. OLE color: 10818036.

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

Color convert

RGB 244 17 165 -
CMYK 0 0.93 0.32 0.04
HSL 320.88º 0.91% 0.51% -
HSV(B) 320.88º 0.93% 0.96% -
XYZ 44.3 22.35 37.58 -
YUV 101.75 163.71 229.47 -
System Red Green Blue C M Y K H S L
Decimal 244 17 165 0 0.93 0.32 0.04 320.88 0.91 0.51
Hex F4 11 A5 0 5D 20 4 141 5B 33
Octal 364 21 245 0 135 40 4 501 133 63
Binary 11110100 10001 10100101 0 1011101 100000 100 101000001 1011011 110011

Color Harmonies of #F411A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F411A5

Black with #F411A5

Text Example


Text Example

White with #F411A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F411A5; }

 p { color: rgb(244,17,165); }

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

background-color css

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

 a { background-color: rgb(244,17,165); }

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

border-color css

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

 span { border-color: rgb(244,17,165); }

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