Html Css Color HEX #F01CFF Magenta

📋 copy color: '#F01CFF'

red 240 ◦ green 28 ◦ blue 255

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

Shades of Magenta #F01CFF

Tints of Magenta #F01CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.35%

 BLUE value IS 255 (100% from 255) = 48.76%

R = 45.89%
G = 5.35%
B = 48.76%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F01CFF (or 0xF01CFF) is known color: Magenta. HEX triplet: F0, 1C and FF. RGB value is (240,28,255). Sum of RGB (Red+Green+Blue) = 240+28+255=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 28 (11.33% from 255 or 5.35% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #F01CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01CFF is #0FE300. Grayscale: #747474. Windows color (decimal): -1041153 or 16719088. OLE color: 16719088.

HSL color Cylindrical-coordinate representation of color #F01CFF: hue angle of 296.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01CFF is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 28 255 -
CMYK 0.06 0.89 0 0
HSL 296.04º 1% 0.55% -
HSV(B) 296.04º 0.89% 1% -
XYZ 54.4 26.58 96.87 -
YUV 117.27 205.74 215.54 -
System Red Green Blue C M Y K H S L
Decimal 240 28 255 0.06 0.89 0 0 296.04 1 0.55
Hex F0 1C FF 6 59 0 0 128 64 37
Octal 360 34 377 6 131 0 0 450 144 67
Binary 11110000 11100 11111111 110 1011001 0 0 100101000 1100100 110111

Color Harmonies of #F01CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01CFF

Black with #F01CFF

Text Example


Text Example

White with #F01CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01CFF; }

 p { color: rgb(240,28,255); }

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

background-color css

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

 a { background-color: rgb(240,28,255); }

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

border-color css

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

 span { border-color: rgb(240,28,255); }

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