Html Css Color HEX #F002A3 Hollywood Cerise

📋 copy color: '#F002A3'

red 240 ◦ green 2 ◦ blue 163

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

Shades of Hollywood Cerise #F002A3

Tints of Hollywood Cerise #F002A3

RGB

 RED value IS 240 (94.14% from 255) = 59.26%

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

 BLUE value IS 163 (64.06% from 255) = 40.25%

R = 59.26%
G = 0.49%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F002A3 (or 0xF002A3) is known color: Hollywood Cerise. HEX triplet: F0, 02 and A3. RGB value is (240,2,163). Sum of RGB (Red+Green+Blue) = 240+2+163=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F002A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F002A3 is #0FFD5C. Grayscale: #5B5B5B. Windows color (decimal): -1047901 or 10683120. OLE color: 10683120.

HSL color Cylindrical-coordinate representation of color #F002A3: hue angle of 319.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002A3 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 163 -
CMYK 0 0.99 0.32 0.06
HSL 319.41º 0.98% 0.47% -
HSV(B) 319.41º 0.99% 0.94% -
XYZ 42.57 21.21 36.5 -
YUV 91.52 168.35 233.91 -
System Red Green Blue C M Y K H S L
Decimal 240 2 163 0 0.99 0.32 0.06 319.41 0.98 0.47
Hex F0 2 A3 0 63 20 6 13F 62 2F
Octal 360 2 243 0 143 40 6 477 142 57
Binary 11110000 10 10100011 0 1100011 100000 110 100111111 1100010 101111

Color Harmonies of #F002A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002A3

Black with #F002A3

Text Example


Text Example

White with #F002A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002A3; }

 p { color: rgb(240,2,163); }

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

background-color css

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

 a { background-color: rgb(240,2,163); }

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

border-color css

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

 span { border-color: rgb(240,2,163); }

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