Html Css Color HEX #F203A4 Hollywood Cerise

📋 copy color: '#F203A4'

red 242 ◦ green 3 ◦ blue 164

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

Shades of Hollywood Cerise #F203A4

Tints of Hollywood Cerise #F203A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.1%

R = 59.17%
G = 0.73%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F203A4 (or 0xF203A4) is known color: Hollywood Cerise. HEX triplet: F2, 03 and A4. RGB value is (242,3,164). Sum of RGB (Red+Green+Blue) = 242+3+164=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F203A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F203A4 is #0DFC5B. Grayscale: #5C5C5C. Windows color (decimal): -916572 or 10748914. OLE color: 10748914.

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

Color convert

RGB 242 3 164 -
CMYK 0 0.99 0.32 0.05
HSL 319.58º 0.98% 0.48% -
HSV(B) 319.58º 0.99% 0.95% -
XYZ 43.35 21.62 37.01 -
YUV 92.82 168.18 234.41 -
System Red Green Blue C M Y K H S L
Decimal 242 3 164 0 0.99 0.32 0.05 319.58 0.98 0.48
Hex F2 3 A4 0 63 20 5 140 62 30
Octal 362 3 244 0 143 40 5 500 142 60
Binary 11110010 11 10100100 0 1100011 100000 101 101000000 1100010 110000

Color Harmonies of #F203A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F203A4

Black with #F203A4

Text Example


Text Example

White with #F203A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F203A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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