Html Css Color HEX #F410A2 Hollywood Cerise

📋 copy color: '#F410A2'

red 244 ◦ green 16 ◦ blue 162

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

Shades of Hollywood Cerise #F410A2

Tints of Hollywood Cerise #F410A2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.79%

 BLUE value IS 162 (63.67% from 255) = 38.39%

R = 57.82%
G = 3.79%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F410A2 (or 0xF410A2) is known color: Hollywood Cerise. HEX triplet: F4, 10 and A2. RGB value is (244,16,162). Sum of RGB (Red+Green+Blue) = 244+16+162=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F410A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F410A2 is #0BEF5D. Grayscale: #646464. Windows color (decimal): -782174 or 10621172. OLE color: 10621172.

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

Color convert

RGB 244 16 162 -
CMYK 0 0.93 0.34 0.04
HSL 321.58º 0.91% 0.51% -
HSV(B) 321.58º 0.93% 0.96% -
XYZ 44.02 22.21 36.15 -
YUV 100.82 162.54 230.13 -
System Red Green Blue C M Y K H S L
Decimal 244 16 162 0 0.93 0.34 0.04 321.58 0.91 0.51
Hex F4 10 A2 0 5D 22 4 142 5B 33
Octal 364 20 242 0 135 42 4 502 133 63
Binary 11110100 10000 10100010 0 1011101 100010 100 101000010 1011011 110011

Color Harmonies of #F410A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F410A2

Black with #F410A2

Text Example


Text Example

White with #F410A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F410A2; }

 p { color: rgb(244,16,162); }

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

background-color css

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

 a { background-color: rgb(244,16,162); }

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

border-color css

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

 span { border-color: rgb(244,16,162); }

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