Html Css Color HEX #F402A1 Hollywood Cerise

📋 copy color: '#F402A1'

red 244 ◦ green 2 ◦ blue 161

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

Shades of Hollywood Cerise #F402A1

Tints of Hollywood Cerise #F402A1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

 BLUE value IS 161 (63.28% from 255) = 39.56%

R = 59.95%
G = 0.49%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F402A1 (or 0xF402A1) is known color: Hollywood Cerise. HEX triplet: F4, 02 and A1. RGB value is (244,2,161). Sum of RGB (Red+Green+Blue) = 244+2+161=407 (53% of max value = 765). Red value is 244 (95.70% from 255 or 59.95% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 244 - color contains mainly: red. Hex color #F402A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F402A1 is #0BFD5E. Grayscale: #5C5C5C. Windows color (decimal): -785759 or 10552052. OLE color: 10552052.

HSL color Cylindrical-coordinate representation of color #F402A1: hue angle of 320.58º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F402A1 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 2 161 -
CMYK 0 0.99 0.34 0.04
HSL 320.58º 0.98% 0.48% -
HSV(B) 320.58º 0.99% 0.96% -
XYZ 43.76 21.85 35.63 -
YUV 92.48 166.67 236.07 -
System Red Green Blue C M Y K H S L
Decimal 244 2 161 0 0.99 0.34 0.04 320.58 0.98 0.48
Hex F4 2 A1 0 63 22 4 141 62 30
Octal 364 2 241 0 143 42 4 501 142 60
Binary 11110100 10 10100001 0 1100011 100010 100 101000001 1100010 110000

Color Harmonies of #F402A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F402A1

Black with #F402A1

Text Example


Text Example

White with #F402A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F402A1; }

 p { color: rgb(244,2,161); }

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

background-color css

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

 a { background-color: rgb(244,2,161); }

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

border-color css

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

 span { border-color: rgb(244,2,161); }

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