Html Css Color HEX #F90ACF Hot Magenta

📋 copy color: '#F90ACF'

red 249 ◦ green 10 ◦ blue 207

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

Shades of Hot Magenta #F90ACF

Tints of Hot Magenta #F90ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.15%

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 53.43%
G = 2.15%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F90ACF (or 0xF90ACF) is known color: Hot Magenta. HEX triplet: F9, 0A and CF. RGB value is (249,10,207). Sum of RGB (Red+Green+Blue) = 249+10+207=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F90ACF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90ACF is #06F530. Grayscale: #676767. Windows color (decimal): -455985 or 13568761. OLE color: 13568761.

HSL color Cylindrical-coordinate representation of color #F90ACF: hue angle of 310.54º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90ACF is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 10 207 -
CMYK 0 0.96 0.17 0.02
HSL 310.54º 0.95% 0.51% -
HSV(B) 310.54º 0.96% 0.98% -
XYZ 50.44 24.86 61.17 -
YUV 103.92 186.18 231.48 -
System Red Green Blue C M Y K H S L
Decimal 249 10 207 0 0.96 0.17 0.02 310.54 0.95 0.51
Hex F9 A CF 0 60 11 2 137 5F 33
Octal 371 12 317 0 140 21 2 467 137 63
Binary 11111001 1010 11001111 0 1100000 10001 10 100110111 1011111 110011

Color Harmonies of #F90ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90ACF

Black with #F90ACF

Text Example


Text Example

White with #F90ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90ACF; }

 p { color: rgb(249,10,207); }

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

background-color css

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

 a { background-color: rgb(249,10,207); }

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

border-color css

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

 span { border-color: rgb(249,10,207); }

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