Html Css Color HEX #F203B3 Hollywood Cerise

📋 copy color: '#F203B3'

red 242 ◦ green 3 ◦ blue 179

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

Shades of Hollywood Cerise #F203B3

Tints of Hollywood Cerise #F203B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.22%

R = 57.08%
G = 0.71%
B = 42.22%

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

#F203B3 (or 0xF203B3) is known color: Hollywood Cerise. HEX triplet: F2, 03 and B3. RGB value is (242,3,179). Sum of RGB (Red+Green+Blue) = 242+3+179=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F203B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F203B3 is #0DFC4C. Grayscale: #5E5E5E. Windows color (decimal): -916557 or 11731954. OLE color: 11731954.

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

Color convert

RGB 242 3 179 -
CMYK 0 0.99 0.26 0.05
HSL 315.82º 0.98% 0.48% -
HSV(B) 315.82º 0.99% 0.95% -
XYZ 44.79 22.2 44.57 -
YUV 94.53 175.68 233.19 -
System Red Green Blue C M Y K H S L
Decimal 242 3 179 0 0.99 0.26 0.05 315.82 0.98 0.48
Hex F2 3 B3 0 63 1A 5 13C 62 30
Octal 362 3 263 0 143 32 5 474 142 60
Binary 11110010 11 10110011 0 1100011 11010 101 100111100 1100010 110000

Color Harmonies of #F203B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F203B3

Black with #F203B3

Text Example


Text Example

White with #F203B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F203B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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