Html Css Color HEX #F12CFD Magenta

📋 copy color: '#F12CFD'

red 241 ◦ green 44 ◦ blue 253

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

Shades of Magenta #F12CFD

Tints of Magenta #F12CFD

RGB

 RED value IS 241 (94.53% from 255) = 44.8%

 GREEN value IS 44 (17.58% from 255) = 8.18%

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

R = 44.8%
G = 8.18%
B = 47.03%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F12CFD (or 0xF12CFD) is known color: Magenta. HEX triplet: F1, 2C and FD. RGB value is (241,44,253). Sum of RGB (Red+Green+Blue) = 241+44+253=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 44 (17.58% from 255 or 8.18% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #F12CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12CFD is #0ED302. Grayscale: #7E7E7E. Windows color (decimal): -971523 or 16592113. OLE color: 16592113.

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

Color convert

RGB 241 44 253 -
CMYK 0.05 0.83 0 0.01
HSL 296.56º 0.98% 0.58% -
HSV(B) 296.56º 0.83% 0.99% -
XYZ 54.91 27.59 95.36 -
YUV 126.73 199.27 209.51 -
System Red Green Blue C M Y K H S L
Decimal 241 44 253 0.05 0.83 0 0.01 296.56 0.98 0.58
Hex F1 2C FD 5 53 0 1 129 62 3A
Octal 361 54 375 5 123 0 1 451 142 72
Binary 11110001 101100 11111101 101 1010011 0 1 100101001 1100010 111010

Color Harmonies of #F12CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12CFD

Black with #F12CFD

Text Example


Text Example

White with #F12CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12CFD; }

 p { color: rgb(241,44,253); }

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

background-color css

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

 a { background-color: rgb(241,44,253); }

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

border-color css

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

 span { border-color: rgb(241,44,253); }

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