Html Css Color HEX #F201C7 Hot Magenta

📋 copy color: '#F201C7'

red 242 ◦ green 1 ◦ blue 199

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

Shades of Hot Magenta #F201C7

Tints of Hot Magenta #F201C7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 54.75%
G = 0.23%
B = 45.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F201C7 (or 0xF201C7) is known color: Hot Magenta. HEX triplet: F2, 01 and C7. RGB value is (242,1,199). Sum of RGB (Red+Green+Blue) = 242+1+199=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F201C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201C7 is #0DFE38. Grayscale: #5F5F5F. Windows color (decimal): -917049 or 13042162. OLE color: 13042162.

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

Color convert

RGB 242 1 199 -
CMYK 0 1.00 0.18 0.05
HSL 310.71º 0.99% 0.48% -
HSV(B) 310.71º 1% 0.95% -
XYZ 46.94 23.02 56 -
YUV 95.63 186.34 232.4 -
System Red Green Blue C M Y K H S L
Decimal 242 1 199 0 1.00 0.18 0.05 310.71 0.99 0.48
Hex F2 1 C7 0 64 12 5 137 63 30
Octal 362 1 307 0 144 22 5 467 143 60
Binary 11110010 1 11000111 0 1100100 10010 101 100110111 1100011 110000

Color Harmonies of #F201C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201C7

Black with #F201C7

Text Example


Text Example

White with #F201C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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