Html Css Color HEX #F90CF4 Magenta

📋 copy color: '#F90CF4'

red 249 ◦ green 12 ◦ blue 244

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

Shades of Magenta #F90CF4

Tints of Magenta #F90CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.32%

R = 49.31%
G = 2.38%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F90CF4 (or 0xF90CF4) is known color: Magenta. HEX triplet: F9, 0C and F4. RGB value is (249,12,244). Sum of RGB (Red+Green+Blue) = 249+12+244=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 12 (5.08% from 255 or 2.38% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CF4 is #06F30B. Grayscale: #6C6C6C. Windows color (decimal): -455436 or 15994105. OLE color: 15994105.

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

Color convert

RGB 249 12 244 -
CMYK 0 0.95 0.02 0.02
HSL 301.27º 0.95% 0.51% -
HSV(B) 301.27º 0.95% 0.98% -
XYZ 55.53 26.93 87.86 -
YUV 109.31 204.02 227.64 -
System Red Green Blue C M Y K H S L
Decimal 249 12 244 0 0.95 0.02 0.02 301.27 0.95 0.51
Hex F9 C F4 0 5F 2 2 12D 5F 33
Octal 371 14 364 0 137 2 2 455 137 63
Binary 11111001 1100 11110100 0 1011111 10 10 100101101 1011111 110011

Color Harmonies of #F90CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CF4

Black with #F90CF4

Text Example


Text Example

White with #F90CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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