Html Css Color HEX #F90CED Magenta

📋 copy color: '#F90CED'

red 249 ◦ green 12 ◦ blue 237

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

Shades of Magenta #F90CED

Tints of Magenta #F90CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 50%
G = 2.41%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F90CED (or 0xF90CED) is known color: Magenta. HEX triplet: F9, 0C and ED. RGB value is (249,12,237). Sum of RGB (Red+Green+Blue) = 249+12+237=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 12 (5.08% from 255 or 2.41% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CED is #06F312. Grayscale: #6B6B6B. Windows color (decimal): -455443 or 15535353. OLE color: 15535353.

HSL color Cylindrical-coordinate representation of color #F90CED: hue angle of 303.04º 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 #F90CED is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 12 237 -
CMYK 0 0.95 0.05 0.02
HSL 303.04º 0.95% 0.51% -
HSV(B) 303.04º 0.95% 0.98% -
XYZ 54.48 26.52 82.37 -
YUV 108.51 200.52 228.2 -
System Red Green Blue C M Y K H S L
Decimal 249 12 237 0 0.95 0.05 0.02 303.04 0.95 0.51
Hex F9 C ED 0 5F 5 2 12F 5F 33
Octal 371 14 355 0 137 5 2 457 137 63
Binary 11111001 1100 11101101 0 1011111 101 10 100101111 1011111 110011

Color Harmonies of #F90CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CED

Black with #F90CED

Text Example


Text Example

White with #F90CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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