Html Css Color HEX #F90CEE Magenta

📋 copy color: '#F90CEE'

red 249 ◦ green 12 ◦ blue 238

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

Shades of Magenta #F90CEE

Tints of Magenta #F90CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 49.9%
G = 2.4%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F90CEE (or 0xF90CEE) is known color: Magenta. HEX triplet: F9, 0C and EE. RGB value is (249,12,238). Sum of RGB (Red+Green+Blue) = 249+12+238=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 12 (5.08% from 255 or 2.40% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CEE is #06F311. Grayscale: #6B6B6B. Windows color (decimal): -455442 or 15600889. OLE color: 15600889.

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

Color convert

RGB 249 12 238 -
CMYK 0 0.95 0.04 0.02
HSL 302.78º 0.95% 0.51% -
HSV(B) 302.78º 0.95% 0.98% -
XYZ 54.63 26.58 83.14 -
YUV 108.63 201.02 228.12 -
System Red Green Blue C M Y K H S L
Decimal 249 12 238 0 0.95 0.04 0.02 302.78 0.95 0.51
Hex F9 C EE 0 5F 4 2 12F 5F 33
Octal 371 14 356 0 137 4 2 457 137 63
Binary 11111001 1100 11101110 0 1011111 100 10 100101111 1011111 110011

Color Harmonies of #F90CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CEE

Black with #F90CEE

Text Example


Text Example

White with #F90CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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