Html Css Color HEX #F201C5 Hot Magenta

📋 copy color: '#F201C5'

red 242 ◦ green 1 ◦ blue 197

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

Shades of Hot Magenta #F201C5

Tints of Hot Magenta #F201C5

RGB

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

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

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

R = 55%
G = 0.23%
B = 44.77%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F201C5 (or 0xF201C5) is known color: Hot Magenta. HEX triplet: F2, 01 and C5. RGB value is (242,1,197). Sum of RGB (Red+Green+Blue) = 242+1+197=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F201C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201C5 is #0DFE3A. Grayscale: #5E5E5E. Windows color (decimal): -917051 or 12911090. OLE color: 12911090.

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

Color convert

RGB 242 1 197 -
CMYK 0 1.00 0.19 0.05
HSL 311.2º 0.99% 0.48% -
HSV(B) 311.2º 1% 0.95% -
XYZ 46.71 22.93 54.79 -
YUV 95.4 185.34 232.56 -
System Red Green Blue C M Y K H S L
Decimal 242 1 197 0 1.00 0.19 0.05 311.2 0.99 0.48
Hex F2 1 C5 0 64 13 5 137 63 30
Octal 362 1 305 0 144 23 5 467 143 60
Binary 11110010 1 11000101 0 1100100 10011 101 100110111 1100011 110000

Color Harmonies of #F201C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201C5

Black with #F201C5

Text Example


Text Example

White with #F201C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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