Html Css Color HEX #F805DA Hot Magenta

📋 copy color: '#F805DA'

red 248 ◦ green 5 ◦ blue 218

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

Shades of Hot Magenta #F805DA

Tints of Hot Magenta #F805DA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.06%

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 52.65%
G = 1.06%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F805DA (or 0xF805DA) is known color: Hot Magenta. HEX triplet: F8, 05 and DA. RGB value is (248,5,218). Sum of RGB (Red+Green+Blue) = 248+5+218=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 5 (2.34% from 255 or 1.06% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F805DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805DA is #07FA25. Grayscale: #656565. Windows color (decimal): -522790 or 14288376. OLE color: 14288376.

HSL color Cylindrical-coordinate representation of color #F805DA: hue angle of 307.41º degrees, saturation: 0.96, 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 #F805DA is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 5 218 -
CMYK 0 0.98 0.12 0.03
HSL 307.41º 0.96% 0.5% -
HSV(B) 307.41º 0.98% 0.97% -
XYZ 51.42 25.13 68.47 -
YUV 101.94 193.51 232.18 -
System Red Green Blue C M Y K H S L
Decimal 248 5 218 0 0.98 0.12 0.03 307.41 0.96 0.5
Hex F8 5 DA 0 62 C 3 133 60 32
Octal 370 5 332 0 142 14 3 463 140 62
Binary 11111000 101 11011010 0 1100010 1100 11 100110011 1100000 110010

Color Harmonies of #F805DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805DA

Black with #F805DA

Text Example


Text Example

White with #F805DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805DA; }

 p { color: rgb(248,5,218); }

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

background-color css

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

 a { background-color: rgb(248,5,218); }

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

border-color css

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

 span { border-color: rgb(248,5,218); }

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