Html Css Color HEX #F203AB Hollywood Cerise

📋 copy color: '#F203AB'

red 242 ◦ green 3 ◦ blue 171

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

Shades of Hollywood Cerise #F203AB

Tints of Hollywood Cerise #F203AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.11%

R = 58.17%
G = 0.72%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F203AB (or 0xF203AB) is known color: Hollywood Cerise. HEX triplet: F2, 03 and AB. RGB value is (242,3,171). Sum of RGB (Red+Green+Blue) = 242+3+171=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F203AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F203AB is #0DFC54. Grayscale: #5D5D5D. Windows color (decimal): -916565 or 11207666. OLE color: 11207666.

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

Color convert

RGB 242 3 171 -
CMYK 0 0.99 0.29 0.05
HSL 317.82º 0.98% 0.48% -
HSV(B) 317.82º 0.99% 0.95% -
XYZ 44 21.88 40.43 -
YUV 93.61 171.68 233.84 -
System Red Green Blue C M Y K H S L
Decimal 242 3 171 0 0.99 0.29 0.05 317.82 0.98 0.48
Hex F2 3 AB 0 63 1D 5 13E 62 30
Octal 362 3 253 0 143 35 5 476 142 60
Binary 11110010 11 10101011 0 1100011 11101 101 100111110 1100010 110000

Color Harmonies of #F203AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F203AB

Black with #F203AB

Text Example


Text Example

White with #F203AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F203AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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