Html Css Color HEX #F90CFC Magenta

📋 copy color: '#F90CFC'

red 249 ◦ green 12 ◦ blue 252

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

Shades of Magenta #F90CFC

Tints of Magenta #F90CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 48.54%
G = 2.34%
B = 49.12%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F90CFC (or 0xF90CFC) is known color: Magenta. HEX triplet: F9, 0C and FC. RGB value is (249,12,252). Sum of RGB (Red+Green+Blue) = 249+12+252=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 12 (5.08% from 255 or 2.34% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #F90CFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CFC is #06F303. Grayscale: #6D6D6D. Windows color (decimal): -455428 or 16518393. OLE color: 16518393.

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

Color convert

RGB 249 12 252 -
CMYK 0.01 0.95 0 0.01
HSL 299.25º 0.98% 0.52% -
HSV(B) 299.25º 0.95% 0.99% -
XYZ 56.77 27.43 94.4 -
YUV 110.22 208.02 226.99 -
System Red Green Blue C M Y K H S L
Decimal 249 12 252 0.01 0.95 0 0.01 299.25 0.98 0.52
Hex F9 C FC 1 5F 0 1 12B 62 34
Octal 371 14 374 1 137 0 1 453 142 64
Binary 11111001 1100 11111100 1 1011111 0 1 100101011 1100010 110100

Color Harmonies of #F90CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CFC

Black with #F90CFC

Text Example


Text Example

White with #F90CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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