Html Css Color HEX #F112A4 Hollywood Cerise

📋 copy color: '#F112A4'

red 241 ◦ green 18 ◦ blue 164

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

Shades of Hollywood Cerise #F112A4

Tints of Hollywood Cerise #F112A4

RGB

 RED value IS 241 (94.53% from 255) = 56.97%

 GREEN value IS 18 (7.42% from 255) = 4.26%

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

R = 56.97%
G = 4.26%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F112A4 (or 0xF112A4) is known color: Hollywood Cerise. HEX triplet: F1, 12 and A4. RGB value is (241,18,164). Sum of RGB (Red+Green+Blue) = 241+18+164=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F112A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F112A4 is #0EED5B. Grayscale: #646464. Windows color (decimal): -978268 or 10752753. OLE color: 10752753.

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

Color convert

RGB 241 18 164 -
CMYK 0 0.93 0.32 0.05
HSL 320.72º 0.89% 0.51% -
HSV(B) 320.72º 0.93% 0.95% -
XYZ 43.19 21.81 37.06 -
YUV 101.32 163.38 227.63 -
System Red Green Blue C M Y K H S L
Decimal 241 18 164 0 0.93 0.32 0.05 320.72 0.89 0.51
Hex F1 12 A4 0 5D 20 5 141 59 33
Octal 361 22 244 0 135 40 5 501 131 63
Binary 11110001 10010 10100100 0 1011101 100000 101 101000001 1011001 110011

Color Harmonies of #F112A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F112A4

Black with #F112A4

Text Example


Text Example

White with #F112A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F112A4; }

 p { color: rgb(241,18,164); }

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

background-color css

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

 a { background-color: rgb(241,18,164); }

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

border-color css

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

 span { border-color: rgb(241,18,164); }

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