Html Css Color HEX #F807DD Hot Magenta

📋 copy color: '#F807DD'

red 248 ◦ green 7 ◦ blue 221

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

Shades of Hot Magenta #F807DD

Tints of Hot Magenta #F807DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.47%

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 52.1%
G = 1.47%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F807DD (or 0xF807DD) is known color: Hot Magenta. HEX triplet: F8, 07 and DD. RGB value is (248,7,221). Sum of RGB (Red+Green+Blue) = 248+7+221=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 7 (3.12% from 255 or 1.47% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F807DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F807DD is #07F822. Grayscale: #666666. Windows color (decimal): -522275 or 14485496. OLE color: 14485496.

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

Color convert

RGB 248 7 221 -
CMYK 0 0.97 0.11 0.03
HSL 306.72º 0.95% 0.5% -
HSV(B) 306.72º 0.97% 0.97% -
XYZ 51.84 25.33 70.56 -
YUV 103.46 194.34 231.1 -
System Red Green Blue C M Y K H S L
Decimal 248 7 221 0 0.97 0.11 0.03 306.72 0.95 0.5
Hex F8 7 DD 0 61 B 3 133 5F 32
Octal 370 7 335 0 141 13 3 463 137 62
Binary 11111000 111 11011101 0 1100001 1011 11 100110011 1011111 110010

Color Harmonies of #F807DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F807DD

Black with #F807DD

Text Example


Text Example

White with #F807DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F807DD; }

 p { color: rgb(248,7,221); }

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

background-color css

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

 a { background-color: rgb(248,7,221); }

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

border-color css

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

 span { border-color: rgb(248,7,221); }

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