Html Css Color HEX #F200C5 Hot Magenta

📋 copy color: '#F200C5'

red 242 ◦ green 0 ◦ blue 197

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

Shades of Hot Magenta #F200C5

Tints of Hot Magenta #F200C5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 197 (77.34% from 255) = 44.87%

R = 55.13%
G = 0%
B = 44.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F200C5 (or 0xF200C5) is known color: Hot Magenta. HEX triplet: F2, 00 and C5. RGB value is (242,0,197). Sum of RGB (Red+Green+Blue) = 242+0+197=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F200C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200C5 is #0DFF3A. Grayscale: #5E5E5E. Windows color (decimal): -917307 or 12910834. OLE color: 12910834.

HSL color Cylindrical-coordinate representation of color #F200C5: hue angle of 311.16º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F200C5 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 0 197 -
CMYK 0 1 0.19 0.05
HSL 311.16º 1% 0.47% -
HSV(B) 311.16º 1% 0.95% -
XYZ 46.7 22.91 54.78 -
YUV 94.82 185.67 232.98 -
System Red Green Blue C M Y K H S L
Decimal 242 0 197 0 1 0.19 0.05 311.16 1 0.47
Hex F2 0 C5 0 64 13 5 137 64 2F
Octal 362 0 305 0 144 23 5 467 144 57
Binary 11110010 0 11000101 0 1100100 10011 101 100110111 1100100 101111

Color Harmonies of #F200C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200C5

Black with #F200C5

Text Example


Text Example

White with #F200C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200C5; }

 p { color: rgb(242,0,197); }

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

background-color css

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

 a { background-color: rgb(242,0,197); }

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

border-color css

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

 span { border-color: rgb(242,0,197); }

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