Html Css Color HEX #F402AD Hollywood Cerise

📋 copy color: '#F402AD'

red 244 ◦ green 2 ◦ blue 173

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

Shades of Hollywood Cerise #F402AD

Tints of Hollywood Cerise #F402AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.29%

R = 58.23%
G = 0.48%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F402AD (or 0xF402AD) is known color: Hollywood Cerise. HEX triplet: F4, 02 and AD. RGB value is (244,2,173). Sum of RGB (Red+Green+Blue) = 244+2+173=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F402AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F402AD is #0BFD52. Grayscale: #5D5D5D. Windows color (decimal): -785747 or 11338484. OLE color: 11338484.

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

Color convert

RGB 244 2 173 -
CMYK 0 0.99 0.29 0.04
HSL 317.6º 0.98% 0.48% -
HSV(B) 317.6º 0.99% 0.96% -
XYZ 44.87 22.29 41.47 -
YUV 93.85 172.67 235.1 -
System Red Green Blue C M Y K H S L
Decimal 244 2 173 0 0.99 0.29 0.04 317.6 0.98 0.48
Hex F4 2 AD 0 63 1D 4 13E 62 30
Octal 364 2 255 0 143 35 4 476 142 60
Binary 11110100 10 10101101 0 1100011 11101 100 100111110 1100010 110000

Color Harmonies of #F402AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F402AD

Black with #F402AD

Text Example


Text Example

White with #F402AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F402AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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