Html Css Color HEX #F302A2 Hollywood Cerise

📋 copy color: '#F302A2'

red 243 ◦ green 2 ◦ blue 162

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

Shades of Hollywood Cerise #F302A2

Tints of Hollywood Cerise #F302A2

RGB

 RED value IS 243 (95.31% from 255) = 59.71%

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

 BLUE value IS 162 (63.67% from 255) = 39.8%

R = 59.71%
G = 0.49%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F302A2 (or 0xF302A2) is known color: Hollywood Cerise. HEX triplet: F3, 02 and A2. RGB value is (243,2,162). Sum of RGB (Red+Green+Blue) = 243+2+162=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F302A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F302A2 is #0CFD5D. Grayscale: #5B5B5B. Windows color (decimal): -851294 or 10617587. OLE color: 10617587.

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

Color convert

RGB 243 2 162 -
CMYK 0 0.99 0.33 0.05
HSL 320.17º 0.98% 0.48% -
HSV(B) 320.17º 0.99% 0.95% -
XYZ 43.51 21.71 36.08 -
YUV 92.3 167.34 235.49 -
System Red Green Blue C M Y K H S L
Decimal 243 2 162 0 0.99 0.33 0.05 320.17 0.98 0.48
Hex F3 2 A2 0 63 21 5 140 62 30
Octal 363 2 242 0 143 41 5 500 142 60
Binary 11110011 10 10100010 0 1100011 100001 101 101000000 1100010 110000

Color Harmonies of #F302A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F302A2

Black with #F302A2

Text Example


Text Example

White with #F302A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F302A2; }

 p { color: rgb(243,2,162); }

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

background-color css

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

 a { background-color: rgb(243,2,162); }

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

border-color css

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

 span { border-color: rgb(243,2,162); }

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