Html Css Color HEX #F805CC Hot Magenta

📋 copy color: '#F805CC'

red 248 ◦ green 5 ◦ blue 204

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

Shades of Hot Magenta #F805CC

Tints of Hot Magenta #F805CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 54.27%
G = 1.09%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F805CC (or 0xF805CC) is known color: Hot Magenta. HEX triplet: F8, 05 and CC. RGB value is (248,5,204). Sum of RGB (Red+Green+Blue) = 248+5+204=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 5 (2.34% from 255 or 1.09% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F805CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805CC is #07FA33. Grayscale: #636363. Windows color (decimal): -522804 or 13370872. OLE color: 13370872.

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

Color convert

RGB 248 5 204 -
CMYK 0 0.98 0.18 0.03
HSL 310.86º 0.96% 0.5% -
HSV(B) 310.86º 0.98% 0.97% -
XYZ 49.66 24.42 59.22 -
YUV 100.34 186.51 233.32 -
System Red Green Blue C M Y K H S L
Decimal 248 5 204 0 0.98 0.18 0.03 310.86 0.96 0.5
Hex F8 5 CC 0 62 12 3 137 60 32
Octal 370 5 314 0 142 22 3 467 140 62
Binary 11111000 101 11001100 0 1100010 10010 11 100110111 1100000 110010

Color Harmonies of #F805CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805CC

Black with #F805CC

Text Example


Text Example

White with #F805CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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