Html Css Color HEX #F815DF Hot Magenta

📋 copy color: '#F815DF'

red 248 ◦ green 21 ◦ blue 223

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

Shades of Hot Magenta #F815DF

Tints of Hot Magenta #F815DF

RGB

 RED value IS 248 (97.27% from 255) = 50.41%

 GREEN value IS 21 (8.59% from 255) = 4.27%

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

R = 50.41%
G = 4.27%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F815DF (or 0xF815DF) is known color: Hot Magenta. HEX triplet: F8, 15 and DF. RGB value is (248,21,223). Sum of RGB (Red+Green+Blue) = 248+21+223=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 21 (8.59% from 255 or 4.27% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F815DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F815DF is #07EA20. Grayscale: #6F6F6F. Windows color (decimal): -518689 or 14620152. OLE color: 14620152.

HSL color Cylindrical-coordinate representation of color #F815DF: hue angle of 306.61º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F815DF is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 21 223 -
CMYK 0 0.92 0.10 0.03
HSL 306.61º 0.94% 0.53% -
HSV(B) 306.61º 0.92% 0.97% -
XYZ 52.3 25.82 72.04 -
YUV 111.9 190.71 225.07 -
System Red Green Blue C M Y K H S L
Decimal 248 21 223 0 0.92 0.10 0.03 306.61 0.94 0.53
Hex F8 15 DF 0 5C A 3 133 5E 35
Octal 370 25 337 0 134 12 3 463 136 65
Binary 11111000 10101 11011111 0 1011100 1010 11 100110011 1011110 110101

Color Harmonies of #F815DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815DF

Black with #F815DF

Text Example


Text Example

White with #F815DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815DF; }

 p { color: rgb(248,21,223); }

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

background-color css

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

 a { background-color: rgb(248,21,223); }

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

border-color css

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

 span { border-color: rgb(248,21,223); }

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