Html Css Color HEX #F900EA Magenta

📋 copy color: '#F900EA'

red 249 ◦ green 0 ◦ blue 234

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

Shades of Magenta #F900EA

Tints of Magenta #F900EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 51.55%
G = 0%
B = 48.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F900EA (or 0xF900EA) is known color: Magenta. HEX triplet: F9, 00 and EA. RGB value is (249,0,234). Sum of RGB (Red+Green+Blue) = 249+0+234=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 0 (0.39% from 255 or 0% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F900EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F900EA is #06FF15. Grayscale: #646464. Windows color (decimal): -458518 or 15335673. OLE color: 15335673.

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

Color convert

RGB 249 0 234 -
CMYK 0 1 0.06 0.02
HSL 303.61º 1% 0.49% -
HSV(B) 303.61º 1% 0.98% -
XYZ 53.92 26.08 80.03 -
YUV 101.13 202.99 233.47 -
System Red Green Blue C M Y K H S L
Decimal 249 0 234 0 1 0.06 0.02 303.61 1 0.49
Hex F9 0 EA 0 64 6 2 130 64 31
Octal 371 0 352 0 144 6 2 460 144 61
Binary 11111001 0 11101010 0 1100100 110 10 100110000 1100100 110001

Color Harmonies of #F900EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900EA

Black with #F900EA

Text Example


Text Example

White with #F900EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900EA; }

 p { color: rgb(249,0,234); }

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

background-color css

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

 a { background-color: rgb(249,0,234); }

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

border-color css

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

 span { border-color: rgb(249,0,234); }

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