Html Css Color HEX #F40CFB Magenta

📋 copy color: '#F40CFB'

red 244 ◦ green 12 ◦ blue 251

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

Shades of Magenta #F40CFB

Tints of Magenta #F40CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 48.13%
G = 2.37%
B = 49.51%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F40CFB (or 0xF40CFB) is known color: Magenta. HEX triplet: F4, 0C and FB. RGB value is (244,12,251). Sum of RGB (Red+Green+Blue) = 244+12+251=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 12 (5.08% from 255 or 2.37% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #F40CFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40CFB is #0BF304. Grayscale: #6B6B6B. Windows color (decimal): -783109 or 16452852. OLE color: 16452852.

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

Color convert

RGB 244 12 251 -
CMYK 0.03 0.95 0 0.02
HSL 298.24º 0.97% 0.52% -
HSV(B) 298.24º 0.95% 0.98% -
XYZ 54.85 26.46 93.48 -
YUV 108.61 208.36 224.57 -
System Red Green Blue C M Y K H S L
Decimal 244 12 251 0.03 0.95 0 0.02 298.24 0.97 0.52
Hex F4 C FB 3 5F 0 2 12A 61 34
Octal 364 14 373 3 137 0 2 452 141 64
Binary 11110100 1100 11111011 11 1011111 0 10 100101010 1100001 110100

Color Harmonies of #F40CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40CFB

Black with #F40CFB

Text Example


Text Example

White with #F40CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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