Html Css Color HEX #F40CFD Magenta

📋 copy color: '#F40CFD'

red 244 ◦ green 12 ◦ blue 253

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

Shades of Magenta #F40CFD

Tints of Magenta #F40CFD

RGB

 RED value IS 244 (95.7% from 255) = 47.94%

 GREEN value IS 12 (5.08% from 255) = 2.36%

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 47.94%
G = 2.36%
B = 49.71%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F40CFD (or 0xF40CFD) is known color: Magenta. HEX triplet: F4, 0C and FD. RGB value is (244,12,253). Sum of RGB (Red+Green+Blue) = 244+12+253=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 12 (5.08% from 255 or 2.36% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #F40CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40CFD is #0BF302. Grayscale: #6C6C6C. Windows color (decimal): -783107 or 16583924. OLE color: 16583924.

HSL color Cylindrical-coordinate representation of color #F40CFD: hue angle of 297.76º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40CFD is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 244 12 253 -
CMYK 0.04 0.95 0 0.01
HSL 297.76º 0.98% 0.52% -
HSV(B) 297.76º 0.95% 0.99% -
XYZ 55.17 26.59 95.15 -
YUV 108.84 209.36 224.4 -
System Red Green Blue C M Y K H S L
Decimal 244 12 253 0.04 0.95 0 0.01 297.76 0.98 0.52
Hex F4 C FD 4 5F 0 1 12A 62 34
Octal 364 14 375 4 137 0 1 452 142 64
Binary 11110100 1100 11111101 100 1011111 0 1 100101010 1100010 110100

Color Harmonies of #F40CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40CFD

Black with #F40CFD

Text Example


Text Example

White with #F40CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40CFD; }

 p { color: rgb(244,12,253); }

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

background-color css

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

 a { background-color: rgb(244,12,253); }

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

border-color css

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

 span { border-color: rgb(244,12,253); }

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