Html Css Color HEX #F90CDF Hot Magenta

📋 copy color: '#F90CDF'

red 249 ◦ green 12 ◦ blue 223

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

Shades of Hot Magenta #F90CDF

Tints of Hot Magenta #F90CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 51.45%
G = 2.48%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F90CDF (or 0xF90CDF) is known color: Hot Magenta. HEX triplet: F9, 0C and DF. RGB value is (249,12,223). Sum of RGB (Red+Green+Blue) = 249+12+223=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 12 (5.08% from 255 or 2.48% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CDF is #06F320. Grayscale: #6A6A6A. Windows color (decimal): -455457 or 14617849. OLE color: 14617849.

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

Color convert

RGB 249 12 223 -
CMYK 0 0.95 0.10 0.02
HSL 306.58º 0.95% 0.51% -
HSV(B) 306.58º 0.95% 0.98% -
XYZ 52.52 25.73 72.01 -
YUV 106.92 193.52 229.34 -
System Red Green Blue C M Y K H S L
Decimal 249 12 223 0 0.95 0.10 0.02 306.58 0.95 0.51
Hex F9 C DF 0 5F A 2 133 5F 33
Octal 371 14 337 0 137 12 2 463 137 63
Binary 11111001 1100 11011111 0 1011111 1010 10 100110011 1011111 110011

Color Harmonies of #F90CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CDF

Black with #F90CDF

Text Example


Text Example

White with #F90CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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