Html Css Color HEX #F203A7 Hollywood Cerise

📋 copy color: '#F203A7'

red 242 ◦ green 3 ◦ blue 167

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

Shades of Hollywood Cerise #F203A7

Tints of Hollywood Cerise #F203A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.53%

R = 58.74%
G = 0.73%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F203A7 (or 0xF203A7) is known color: Hollywood Cerise. HEX triplet: F2, 03 and A7. RGB value is (242,3,167). Sum of RGB (Red+Green+Blue) = 242+3+167=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F203A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F203A7 is #0DFC58. Grayscale: #5C5C5C. Windows color (decimal): -916569 or 10945522. OLE color: 10945522.

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

Color convert

RGB 242 3 167 -
CMYK 0 0.99 0.31 0.05
HSL 318.83º 0.98% 0.48% -
HSV(B) 318.83º 0.99% 0.95% -
XYZ 43.63 21.73 38.45 -
YUV 93.16 169.68 234.16 -
System Red Green Blue C M Y K H S L
Decimal 242 3 167 0 0.99 0.31 0.05 318.83 0.98 0.48
Hex F2 3 A7 0 63 1F 5 13F 62 30
Octal 362 3 247 0 143 37 5 477 142 60
Binary 11110010 11 10100111 0 1100011 11111 101 100111111 1100010 110000

Color Harmonies of #F203A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F203A7

Black with #F203A7

Text Example


Text Example

White with #F203A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F203A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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