Html Css Color HEX #F805CD Hot Magenta

📋 copy color: '#F805CD'

red 248 ◦ green 5 ◦ blue 205

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

Shades of Hot Magenta #F805CD

Tints of Hot Magenta #F805CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 54.15%
G = 1.09%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F805CD (or 0xF805CD) is known color: Hot Magenta. HEX triplet: F8, 05 and CD. RGB value is (248,5,205). Sum of RGB (Red+Green+Blue) = 248+5+205=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F805CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805CD is #07FA32. Grayscale: #636363. Windows color (decimal): -522803 or 13436408. OLE color: 13436408.

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

Color convert

RGB 248 5 205 -
CMYK 0 0.98 0.17 0.03
HSL 310.62º 0.96% 0.5% -
HSV(B) 310.62º 0.98% 0.97% -
XYZ 49.79 24.47 59.86 -
YUV 100.46 187.01 233.24 -
System Red Green Blue C M Y K H S L
Decimal 248 5 205 0 0.98 0.17 0.03 310.62 0.96 0.5
Hex F8 5 CD 0 62 11 3 137 60 32
Octal 370 5 315 0 142 21 3 467 140 62
Binary 11111000 101 11001101 0 1100010 10001 11 100110111 1100000 110010

Color Harmonies of #F805CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805CD

Black with #F805CD

Text Example


Text Example

White with #F805CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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