Html Css Color HEX #F20BFB Magenta

📋 copy color: '#F20BFB'

red 242 ◦ green 11 ◦ blue 251

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

Shades of Magenta #F20BFB

Tints of Magenta #F20BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.18%

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

R = 48.02%
G = 2.18%
B = 49.8%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F20BFB (or 0xF20BFB) is known color: Magenta. HEX triplet: F2, 0B and FB. RGB value is (242,11,251). Sum of RGB (Red+Green+Blue) = 242+11+251=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 11 (4.69% from 255 or 2.18% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #F20BFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20BFB is #0DF404. Grayscale: #6A6A6A. Windows color (decimal): -914437 or 16452594. OLE color: 16452594.

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

Color convert

RGB 242 11 251 -
CMYK 0.04 0.96 0 0.02
HSL 297.75º 0.97% 0.51% -
HSV(B) 297.75º 0.96% 0.98% -
XYZ 54.15 26.08 93.45 -
YUV 107.43 209.03 223.99 -
System Red Green Blue C M Y K H S L
Decimal 242 11 251 0.04 0.96 0 0.02 297.75 0.97 0.51
Hex F2 B FB 4 60 0 2 12A 61 33
Octal 362 13 373 4 140 0 2 452 141 63
Binary 11110010 1011 11111011 100 1100000 0 10 100101010 1100001 110011

Color Harmonies of #F20BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20BFB

Black with #F20BFB

Text Example


Text Example

White with #F20BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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