Html Css Color HEX #F902EB Magenta

📋 copy color: '#F902EB'

red 249 ◦ green 2 ◦ blue 235

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

Shades of Magenta #F902EB

Tints of Magenta #F902EB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.41%

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 51.23%
G = 0.41%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F902EB (or 0xF902EB) is known color: Magenta. HEX triplet: F9, 02 and EB. RGB value is (249,2,235). Sum of RGB (Red+Green+Blue) = 249+2+235=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 2 (1.17% from 255 or 0.41% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F902EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F902EB is #06FD14. Grayscale: #656565. Windows color (decimal): -458005 or 15401721. OLE color: 15401721.

HSL color Cylindrical-coordinate representation of color #F902EB: hue angle of 303.4º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F902EB is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 2 235 -
CMYK 0 0.99 0.06 0.02
HSL 303.4º 0.98% 0.49% -
HSV(B) 303.4º 0.99% 0.98% -
XYZ 54.08 26.18 80.8 -
YUV 102.42 202.83 232.55 -
System Red Green Blue C M Y K H S L
Decimal 249 2 235 0 0.99 0.06 0.02 303.4 0.98 0.49
Hex F9 2 EB 0 63 6 2 12F 62 31
Octal 371 2 353 0 143 6 2 457 142 61
Binary 11111001 10 11101011 0 1100011 110 10 100101111 1100010 110001

Color Harmonies of #F902EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F902EB

Black with #F902EB

Text Example


Text Example

White with #F902EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F902EB; }

 p { color: rgb(249,2,235); }

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

background-color css

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

 a { background-color: rgb(249,2,235); }

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

border-color css

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

 span { border-color: rgb(249,2,235); }

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