Html Css Color HEX #F806DF Hot Magenta

📋 copy color: '#F806DF'

red 248 ◦ green 6 ◦ blue 223

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

Shades of Hot Magenta #F806DF

Tints of Hot Magenta #F806DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.26%

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

R = 51.99%
G = 1.26%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F806DF (or 0xF806DF) is known color: Hot Magenta. HEX triplet: F8, 06 and DF. RGB value is (248,6,223). Sum of RGB (Red+Green+Blue) = 248+6+223=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 6 (2.73% from 255 or 1.26% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F806DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F806DF is #07F920. Grayscale: #666666. Windows color (decimal): -522529 or 14616312. OLE color: 14616312.

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

Color convert

RGB 248 6 223 -
CMYK 0 0.98 0.10 0.03
HSL 306.2º 0.95% 0.5% -
HSV(B) 306.2º 0.98% 0.97% -
XYZ 52.1 25.41 71.97 -
YUV 103.1 195.67 231.36 -
System Red Green Blue C M Y K H S L
Decimal 248 6 223 0 0.98 0.10 0.03 306.2 0.95 0.5
Hex F8 6 DF 0 62 A 3 132 5F 32
Octal 370 6 337 0 142 12 3 462 137 62
Binary 11111000 110 11011111 0 1100010 1010 11 100110010 1011111 110010

Color Harmonies of #F806DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F806DF

Black with #F806DF

Text Example


Text Example

White with #F806DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F806DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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