Html Css Color HEX #F200C6 Hot Magenta

📋 copy color: '#F200C6'

red 242 ◦ green 0 ◦ blue 198

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

Shades of Hot Magenta #F200C6

Tints of Hot Magenta #F200C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45%

R = 55%
G = 0%
B = 45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F200C6 (or 0xF200C6) is known color: Hot Magenta. HEX triplet: F2, 00 and C6. RGB value is (242,0,198). Sum of RGB (Red+Green+Blue) = 242+0+198=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F200C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200C6 is #0DFF39. Grayscale: #5E5E5E. Windows color (decimal): -917306 or 12976370. OLE color: 12976370.

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

Color convert

RGB 242 0 198 -
CMYK 0 1 0.18 0.05
HSL 310.91º 1% 0.47% -
HSV(B) 310.91º 1% 0.95% -
XYZ 46.81 22.95 55.39 -
YUV 94.93 186.17 232.9 -
System Red Green Blue C M Y K H S L
Decimal 242 0 198 0 1 0.18 0.05 310.91 1 0.47
Hex F2 0 C6 0 64 12 5 137 64 2F
Octal 362 0 306 0 144 22 5 467 144 57
Binary 11110010 0 11000110 0 1100100 10010 101 100110111 1100100 101111

Color Harmonies of #F200C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200C6

Black with #F200C6

Text Example


Text Example

White with #F200C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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