Html Css Color HEX #F90CEA Magenta

📋 copy color: '#F90CEA'

red 249 ◦ green 12 ◦ blue 234

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

Shades of Magenta #F90CEA

Tints of Magenta #F90CEA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.42%

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

R = 50.3%
G = 2.42%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F90CEA (or 0xF90CEA) is known color: Magenta. HEX triplet: F9, 0C and EA. RGB value is (249,12,234). Sum of RGB (Red+Green+Blue) = 249+12+234=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 12 (5.08% from 255 or 2.42% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CEA is #06F315. Grayscale: #6B6B6B. Windows color (decimal): -455446 or 15338745. OLE color: 15338745.

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

Color convert

RGB 249 12 234 -
CMYK 0 0.95 0.06 0.02
HSL 303.8º 0.95% 0.51% -
HSV(B) 303.8º 0.95% 0.98% -
XYZ 54.05 26.34 80.08 -
YUV 108.17 199.02 228.45 -
System Red Green Blue C M Y K H S L
Decimal 249 12 234 0 0.95 0.06 0.02 303.8 0.95 0.51
Hex F9 C EA 0 5F 6 2 130 5F 33
Octal 371 14 352 0 137 6 2 460 137 63
Binary 11111001 1100 11101010 0 1011111 110 10 100110000 1011111 110011

Color Harmonies of #F90CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CEA

Black with #F90CEA

Text Example


Text Example

White with #F90CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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