Html Css Color HEX #F20DFB Magenta

📋 copy color: '#F20DFB'

red 242 ◦ green 13 ◦ blue 251

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

Shades of Magenta #F20DFB

Tints of Magenta #F20DFB

RGB

 RED value IS 242 (94.92% from 255) = 47.83%

 GREEN value IS 13 (5.47% from 255) = 2.57%

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

R = 47.83%
G = 2.57%
B = 49.6%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F20DFB (or 0xF20DFB) is known color: Magenta. HEX triplet: F2, 0D and FB. RGB value is (242,13,251). Sum of RGB (Red+Green+Blue) = 242+13+251=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 13 (5.47% from 255 or 2.57% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #F20DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20DFB is #0DF204. Grayscale: #6B6B6B. Windows color (decimal): -913925 or 16453106. OLE color: 16453106.

HSL color Cylindrical-coordinate representation of color #F20DFB: hue angle of 297.73º 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 #F20DFB is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 13 251 -
CMYK 0.04 0.95 0 0.02
HSL 297.73º 0.97% 0.52% -
HSV(B) 297.73º 0.95% 0.98% -
XYZ 54.17 26.13 93.46 -
YUV 108.6 208.37 223.15 -
System Red Green Blue C M Y K H S L
Decimal 242 13 251 0.04 0.95 0 0.02 297.73 0.97 0.52
Hex F2 D FB 4 5F 0 2 12A 61 34
Octal 362 15 373 4 137 0 2 452 141 64
Binary 11110010 1101 11111011 100 1011111 0 10 100101010 1100001 110100

Color Harmonies of #F20DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20DFB

Black with #F20DFB

Text Example


Text Example

White with #F20DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20DFB; }

 p { color: rgb(242,13,251); }

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

background-color css

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

 a { background-color: rgb(242,13,251); }

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

border-color css

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

 span { border-color: rgb(242,13,251); }

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