Html Css Color HEX #F90CFA Magenta

📋 copy color: '#F90CFA'

red 249 ◦ green 12 ◦ blue 250

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

Shades of Magenta #F90CFA

Tints of Magenta #F90CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 48.73%
G = 2.35%
B = 48.92%

CMYK

 C value IS 0.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F90CFA (or 0xF90CFA) is known color: Magenta. HEX triplet: F9, 0C and FA. RGB value is (249,12,250). Sum of RGB (Red+Green+Blue) = 249+12+250=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 12 (5.08% from 255 or 2.35% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #F90CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CFA is #06F305. Grayscale: #6D6D6D. Windows color (decimal): -455430 or 16387321. OLE color: 16387321.

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

Color convert

RGB 249 12 250 -
CMYK 0.00 0.95 0 0.02
HSL 299.75º 0.96% 0.51% -
HSV(B) 299.75º 0.95% 0.98% -
XYZ 56.45 27.3 92.74 -
YUV 110 207.02 227.15 -
System Red Green Blue C M Y K H S L
Decimal 249 12 250 0.00 0.95 0 0.02 299.75 0.96 0.51
Hex F9 C FA 0 5F 0 2 12C 60 33
Octal 371 14 372 0 137 0 2 454 140 63
Binary 11111001 1100 11111010 0 1011111 0 10 100101100 1100000 110011

Color Harmonies of #F90CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CFA

Black with #F90CFA

Text Example


Text Example

White with #F90CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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