Html Css Color HEX #F20FFA Magenta

📋 copy color: '#F20FFA'

red 242 ◦ green 15 ◦ blue 250

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

Shades of Magenta #F20FFA

Tints of Magenta #F20FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.96%

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 47.73%
G = 2.96%
B = 49.31%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F20FFA (or 0xF20FFA) is known color: Magenta. HEX triplet: F2, 0F and FA. RGB value is (242,15,250). Sum of RGB (Red+Green+Blue) = 242+15+250=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 15 (6.25% from 255 or 2.96% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #F20FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20FFA is #0DF005. Grayscale: #6C6C6C. Windows color (decimal): -913414 or 16388082. OLE color: 16388082.

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

Color convert

RGB 242 15 250 -
CMYK 0.03 0.94 0 0.02
HSL 297.96º 0.96% 0.52% -
HSV(B) 297.96º 0.94% 0.98% -
XYZ 54.04 26.12 92.64 -
YUV 109.66 207.21 222.39 -
System Red Green Blue C M Y K H S L
Decimal 242 15 250 0.03 0.94 0 0.02 297.96 0.96 0.52
Hex F2 F FA 3 5E 0 2 12A 60 34
Octal 362 17 372 3 136 0 2 452 140 64
Binary 11110010 1111 11111010 11 1011110 0 10 100101010 1100000 110100

Color Harmonies of #F20FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20FFA

Black with #F20FFA

Text Example


Text Example

White with #F20FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20FFA; }

 p { color: rgb(242,15,250); }

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

background-color css

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

 a { background-color: rgb(242,15,250); }

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

border-color css

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

 span { border-color: rgb(242,15,250); }

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