Html Css Color HEX #F920F2 Magenta

📋 copy color: '#F920F2'

red 249 ◦ green 32 ◦ blue 242

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

Shades of Magenta #F920F2

Tints of Magenta #F920F2

RGB

 RED value IS 249 (97.66% from 255) = 47.61%

 GREEN value IS 32 (12.89% from 255) = 6.12%

 BLUE value IS 242 (94.92% from 255) = 46.27%

R = 47.61%
G = 6.12%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F920F2 (or 0xF920F2) is known color: Magenta. HEX triplet: F9, 20 and F2. RGB value is (249,32,242). Sum of RGB (Red+Green+Blue) = 249+32+242=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 32 (12.89% from 255 or 6.12% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F920F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F920F2 is #06DF0D. Grayscale: #787878. Windows color (decimal): -450318 or 15868153. OLE color: 15868153.

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

Color convert

RGB 249 32 242 -
CMYK 0 0.87 0.03 0.02
HSL 301.94º 0.95% 0.55% -
HSV(B) 301.94º 0.87% 0.98% -
XYZ 55.61 27.58 86.4 -
YUV 120.82 196.39 219.42 -
System Red Green Blue C M Y K H S L
Decimal 249 32 242 0 0.87 0.03 0.02 301.94 0.95 0.55
Hex F9 20 F2 0 57 3 2 12E 5F 37
Octal 371 40 362 0 127 3 2 456 137 67
Binary 11111001 100000 11110010 0 1010111 11 10 100101110 1011111 110111

Color Harmonies of #F920F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F920F2

Black with #F920F2

Text Example


Text Example

White with #F920F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F920F2; }

 p { color: rgb(249,32,242); }

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

background-color css

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

 a { background-color: rgb(249,32,242); }

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

border-color css

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

 span { border-color: rgb(249,32,242); }

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