Html Css Color HEX #F005CC Hot Magenta

📋 copy color: '#F005CC'

red 240 ◦ green 5 ◦ blue 204

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

Shades of Hot Magenta #F005CC

Tints of Hot Magenta #F005CC

RGB

 RED value IS 240 (94.14% from 255) = 53.45%

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

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

R = 53.45%
G = 1.11%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F005CC (or 0xF005CC) is known color: Hot Magenta. HEX triplet: F0, 05 and CC. RGB value is (240,5,204). Sum of RGB (Red+Green+Blue) = 240+5+204=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F005CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005CC is #0FFA33. Grayscale: #616161. Windows color (decimal): -1047092 or 13370864. OLE color: 13370864.

HSL color Cylindrical-coordinate representation of color #F005CC: hue angle of 309.19º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005CC is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 5 204 -
CMYK 0 0.98 0.15 0.06
HSL 309.19º 0.96% 0.48% -
HSV(B) 309.19º 0.98% 0.94% -
XYZ 46.89 22.99 59.09 -
YUV 97.95 187.86 229.32 -
System Red Green Blue C M Y K H S L
Decimal 240 5 204 0 0.98 0.15 0.06 309.19 0.96 0.48
Hex F0 5 CC 0 62 F 6 135 60 30
Octal 360 5 314 0 142 17 6 465 140 60
Binary 11110000 101 11001100 0 1100010 1111 110 100110101 1100000 110000

Color Harmonies of #F005CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005CC

Black with #F005CC

Text Example


Text Example

White with #F005CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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