Html Css Color HEX #F204C7 Hot Magenta

📋 copy color: '#F204C7'

red 242 ◦ green 4 ◦ blue 199

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

Shades of Hot Magenta #F204C7

Tints of Hot Magenta #F204C7

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.9%

 BLUE value IS 199 (78.13% from 255) = 44.72%

R = 54.38%
G = 0.9%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F204C7 (or 0xF204C7) is known color: Hot Magenta. HEX triplet: F2, 04 and C7. RGB value is (242,4,199). Sum of RGB (Red+Green+Blue) = 242+4+199=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F204C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F204C7 is #0DFB38. Grayscale: #606060. Windows color (decimal): -916281 or 13042930. OLE color: 13042930.

HSL color Cylindrical-coordinate representation of color #F204C7: hue angle of 310.84º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F204C7 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 4 199 -
CMYK 0 0.98 0.18 0.05
HSL 310.84º 0.97% 0.48% -
HSV(B) 310.84º 0.98% 0.95% -
XYZ 46.97 23.09 56.01 -
YUV 97.39 185.35 231.14 -
System Red Green Blue C M Y K H S L
Decimal 242 4 199 0 0.98 0.18 0.05 310.84 0.97 0.48
Hex F2 4 C7 0 62 12 5 137 61 30
Octal 362 4 307 0 142 22 5 467 141 60
Binary 11110010 100 11000111 0 1100010 10010 101 100110111 1100001 110000

Color Harmonies of #F204C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F204C7

Black with #F204C7

Text Example


Text Example

White with #F204C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F204C7; }

 p { color: rgb(242,4,199); }

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

background-color css

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

 a { background-color: rgb(242,4,199); }

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

border-color css

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

 span { border-color: rgb(242,4,199); }

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