Html Css Color HEX #F90FCF Hot Magenta

📋 copy color: '#F90FCF'

red 249 ◦ green 15 ◦ blue 207

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

Shades of Hot Magenta #F90FCF

Tints of Hot Magenta #F90FCF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.18%

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

R = 52.87%
G = 3.18%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F90FCF (or 0xF90FCF) is known color: Hot Magenta. HEX triplet: F9, 0F and CF. RGB value is (249,15,207). Sum of RGB (Red+Green+Blue) = 249+15+207=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FCF is #06F030. Grayscale: #6A6A6A. Windows color (decimal): -454705 or 13570041. OLE color: 13570041.

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

Color convert

RGB 249 15 207 -
CMYK 0 0.94 0.17 0.02
HSL 310.77º 0.95% 0.52% -
HSV(B) 310.77º 0.94% 0.98% -
XYZ 50.5 24.99 61.19 -
YUV 106.85 184.52 229.39 -
System Red Green Blue C M Y K H S L
Decimal 249 15 207 0 0.94 0.17 0.02 310.77 0.95 0.52
Hex F9 F CF 0 5E 11 2 137 5F 34
Octal 371 17 317 0 136 21 2 467 137 64
Binary 11111001 1111 11001111 0 1011110 10001 10 100110111 1011111 110100

Color Harmonies of #F90FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FCF

Black with #F90FCF

Text Example


Text Example

White with #F90FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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