Html Css Color HEX #F203A1 Hollywood Cerise

📋 copy color: '#F203A1'

red 242 ◦ green 3 ◦ blue 161

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

Shades of Hollywood Cerise #F203A1

Tints of Hollywood Cerise #F203A1

RGB

 RED value IS 242 (94.92% from 255) = 59.61%

 GREEN value IS 3 (1.56% from 255) = 0.74%

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

R = 59.61%
G = 0.74%
B = 39.66%

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

#F203A1 (or 0xF203A1) is known color: Hollywood Cerise. HEX triplet: F2, 03 and A1. RGB value is (242,3,161). Sum of RGB (Red+Green+Blue) = 242+3+161=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F203A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F203A1 is #0DFC5E. Grayscale: #5C5C5C. Windows color (decimal): -916575 or 10552306. OLE color: 10552306.

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

Color convert

RGB 242 3 161 -
CMYK 0 0.99 0.33 0.05
HSL 320.33º 0.98% 0.48% -
HSV(B) 320.33º 0.99% 0.95% -
XYZ 43.08 21.52 35.6 -
YUV 92.47 166.68 234.65 -
System Red Green Blue C M Y K H S L
Decimal 242 3 161 0 0.99 0.33 0.05 320.33 0.98 0.48
Hex F2 3 A1 0 63 21 5 140 62 30
Octal 362 3 241 0 143 41 5 500 142 60
Binary 11110010 11 10100001 0 1100011 100001 101 101000000 1100010 110000

Color Harmonies of #F203A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F203A1

Black with #F203A1

Text Example


Text Example

White with #F203A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F203A1; }

 p { color: rgb(242,3,161); }

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

background-color css

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

 a { background-color: rgb(242,3,161); }

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

border-color css

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

 span { border-color: rgb(242,3,161); }

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