Html Css Color HEX #F001CE Hot Magenta

📋 copy color: '#F001CE'

red 240 ◦ green 1 ◦ blue 206

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

Shades of Hot Magenta #F001CE

Tints of Hot Magenta #F001CE

RGB

 RED value IS 240 (94.14% from 255) = 53.69%

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 53.69%
G = 0.22%
B = 46.09%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F001CE (or 0xF001CE) is known color: Hot Magenta. HEX triplet: F0, 01 and CE. RGB value is (240,1,206). Sum of RGB (Red+Green+Blue) = 240+1+206=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F001CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001CE is #0FFE31. Grayscale: #5F5F5F. Windows color (decimal): -1048114 or 13500912. OLE color: 13500912.

HSL color Cylindrical-coordinate representation of color #F001CE: hue angle of 308.54º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001CE is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 206 -
CMYK 0 1.00 0.14 0.06
HSL 308.54º 0.99% 0.47% -
HSV(B) 308.54º 1% 0.94% -
XYZ 47.09 23 60.35 -
YUV 95.83 190.18 230.83 -
System Red Green Blue C M Y K H S L
Decimal 240 1 206 0 1.00 0.14 0.06 308.54 0.99 0.47
Hex F0 1 CE 0 64 E 6 135 63 2F
Octal 360 1 316 0 144 16 6 465 143 57
Binary 11110000 1 11001110 0 1100100 1110 110 100110101 1100011 101111

Color Harmonies of #F001CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001CE

Black with #F001CE

Text Example


Text Example

White with #F001CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001CE; }

 p { color: rgb(240,1,206); }

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

background-color css

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

 a { background-color: rgb(240,1,206); }

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

border-color css

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

 span { border-color: rgb(240,1,206); }

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