Html Css Color HEX #F203B2 Hollywood Cerise

📋 copy color: '#F203B2'

red 242 ◦ green 3 ◦ blue 178

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

Shades of Hollywood Cerise #F203B2

Tints of Hollywood Cerise #F203B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.08%

R = 57.21%
G = 0.71%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F203B2 (or 0xF203B2) is known color: Hollywood Cerise. HEX triplet: F2, 03 and B2. RGB value is (242,3,178). Sum of RGB (Red+Green+Blue) = 242+3+178=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F203B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F203B2 is #0DFC4D. Grayscale: #5D5D5D. Windows color (decimal): -916558 or 11666418. OLE color: 11666418.

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

Color convert

RGB 242 3 178 -
CMYK 0 0.99 0.26 0.05
HSL 316.07º 0.98% 0.48% -
HSV(B) 316.07º 0.99% 0.95% -
XYZ 44.69 22.16 44.04 -
YUV 94.41 175.18 233.27 -
System Red Green Blue C M Y K H S L
Decimal 242 3 178 0 0.99 0.26 0.05 316.07 0.98 0.48
Hex F2 3 B2 0 63 1A 5 13C 62 30
Octal 362 3 262 0 143 32 5 474 142 60
Binary 11110010 11 10110010 0 1100011 11010 101 100111100 1100010 110000

Color Harmonies of #F203B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F203B2

Black with #F203B2

Text Example


Text Example

White with #F203B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F203B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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