Html Css Color HEX #F917DF Hot Magenta

📋 copy color: '#F917DF'

red 249 ◦ green 23 ◦ blue 223

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

Shades of Hot Magenta #F917DF

Tints of Hot Magenta #F917DF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.65%

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

R = 50.3%
G = 4.65%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F917DF (or 0xF917DF) is known color: Hot Magenta. HEX triplet: F9, 17 and DF. RGB value is (249,23,223). Sum of RGB (Red+Green+Blue) = 249+23+223=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 23 (9.38% from 255 or 4.65% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F917DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F917DF is #06E820. Grayscale: #707070. Windows color (decimal): -452641 or 14620665. OLE color: 14620665.

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

Color convert

RGB 249 23 223 -
CMYK 0 0.91 0.10 0.02
HSL 306.9º 0.95% 0.53% -
HSV(B) 306.9º 0.91% 0.98% -
XYZ 52.69 26.08 72.07 -
YUV 113.37 189.87 224.74 -
System Red Green Blue C M Y K H S L
Decimal 249 23 223 0 0.91 0.10 0.02 306.9 0.95 0.53
Hex F9 17 DF 0 5B A 2 133 5F 35
Octal 371 27 337 0 133 12 2 463 137 65
Binary 11111001 10111 11011111 0 1011011 1010 10 100110011 1011111 110101

Color Harmonies of #F917DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F917DF

Black with #F917DF

Text Example


Text Example

White with #F917DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F917DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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