Html Css Color HEX #F201CF Hot Magenta

📋 copy color: '#F201CF'

red 242 ◦ green 1 ◦ blue 207

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

Shades of Hot Magenta #F201CF

Tints of Hot Magenta #F201CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 53.78%
G = 0.22%
B = 46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F201CF (or 0xF201CF) is known color: Hot Magenta. HEX triplet: F2, 01 and CF. RGB value is (242,1,207). Sum of RGB (Red+Green+Blue) = 242+1+207=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F201CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201CF is #0DFE30. Grayscale: #5F5F5F. Windows color (decimal): -917041 or 13566450. OLE color: 13566450.

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

Color convert

RGB 242 1 207 -
CMYK 0 1.00 0.14 0.05
HSL 308.71º 0.99% 0.48% -
HSV(B) 308.71º 1% 0.95% -
XYZ 47.89 23.4 61.02 -
YUV 96.54 190.34 231.75 -
System Red Green Blue C M Y K H S L
Decimal 242 1 207 0 1.00 0.14 0.05 308.71 0.99 0.48
Hex F2 1 CF 0 64 E 5 135 63 30
Octal 362 1 317 0 144 16 5 465 143 60
Binary 11110010 1 11001111 0 1100100 1110 101 100110101 1100011 110000

Color Harmonies of #F201CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201CF

Black with #F201CF

Text Example


Text Example

White with #F201CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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