Html Css Color HEX #F402A5 Hollywood Cerise

📋 copy color: '#F402A5'

red 244 ◦ green 2 ◦ blue 165

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

Shades of Hollywood Cerise #F402A5

Tints of Hollywood Cerise #F402A5

RGB

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

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

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

R = 59.37%
G = 0.49%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F402A5 (or 0xF402A5) is known color: Hollywood Cerise. HEX triplet: F4, 02 and A5. RGB value is (244,2,165). Sum of RGB (Red+Green+Blue) = 244+2+165=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F402A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F402A5 is #0BFD5A. Grayscale: #5C5C5C. Windows color (decimal): -785755 or 10814196. OLE color: 10814196.

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

Color convert

RGB 244 2 165 -
CMYK 0 0.99 0.32 0.04
HSL 319.59º 0.98% 0.48% -
HSV(B) 319.59º 0.99% 0.96% -
XYZ 44.12 21.99 37.52 -
YUV 92.94 168.67 235.75 -
System Red Green Blue C M Y K H S L
Decimal 244 2 165 0 0.99 0.32 0.04 319.59 0.98 0.48
Hex F4 2 A5 0 63 20 4 140 62 30
Octal 364 2 245 0 143 40 4 500 142 60
Binary 11110100 10 10100101 0 1100011 100000 100 101000000 1100010 110000

Color Harmonies of #F402A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F402A5

Black with #F402A5

Text Example


Text Example

White with #F402A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F402A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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