Html Css Color HEX #F001CA Hot Magenta

📋 copy color: '#F001CA'

red 240 ◦ green 1 ◦ blue 202

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

Shades of Hot Magenta #F001CA

Tints of Hot Magenta #F001CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 54.18%
G = 0.23%
B = 45.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F001CA (or 0xF001CA) is known color: Hot Magenta. HEX triplet: F0, 01 and CA. RGB value is (240,1,202). Sum of RGB (Red+Green+Blue) = 240+1+202=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F001CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001CA is #0FFE35. Grayscale: #5E5E5E. Windows color (decimal): -1048118 or 13238768. OLE color: 13238768.

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

Color convert

RGB 240 1 202 -
CMYK 0 1.00 0.16 0.06
HSL 309.54º 0.99% 0.47% -
HSV(B) 309.54º 1% 0.94% -
XYZ 46.61 22.81 57.82 -
YUV 95.38 188.18 231.16 -
System Red Green Blue C M Y K H S L
Decimal 240 1 202 0 1.00 0.16 0.06 309.54 0.99 0.47
Hex F0 1 CA 0 64 10 6 136 63 2F
Octal 360 1 312 0 144 20 6 466 143 57
Binary 11110000 1 11001010 0 1100100 10000 110 100110110 1100011 101111

Color Harmonies of #F001CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001CA

Black with #F001CA

Text Example


Text Example

White with #F001CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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