Html Css Color HEX #F005CE Hot Magenta

📋 copy color: '#F005CE'

red 240 ◦ green 5 ◦ blue 206

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

Shades of Hot Magenta #F005CE

Tints of Hot Magenta #F005CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 53.22%
G = 1.11%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F005CE (or 0xF005CE) is known color: Hot Magenta. HEX triplet: F0, 05 and CE. RGB value is (240,5,206). Sum of RGB (Red+Green+Blue) = 240+5+206=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 5 (2.34% from 255 or 1.11% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F005CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005CE is #0FFA31. Grayscale: #616161. Windows color (decimal): -1047090 or 13501936. OLE color: 13501936.

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

Color convert

RGB 240 5 206 -
CMYK 0 0.98 0.14 0.06
HSL 308.68º 0.96% 0.48% -
HSV(B) 308.68º 0.98% 0.94% -
XYZ 47.13 23.09 60.37 -
YUV 98.18 188.86 229.16 -
System Red Green Blue C M Y K H S L
Decimal 240 5 206 0 0.98 0.14 0.06 308.68 0.96 0.48
Hex F0 5 CE 0 62 E 6 135 60 30
Octal 360 5 316 0 142 16 6 465 140 60
Binary 11110000 101 11001110 0 1100010 1110 110 100110101 1100000 110000

Color Harmonies of #F005CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005CE

Black with #F005CE

Text Example


Text Example

White with #F005CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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