Html Css Color HEX #F005CF Hot Magenta

📋 copy color: '#F005CF'

red 240 ◦ green 5 ◦ blue 207

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

Shades of Hot Magenta #F005CF

Tints of Hot Magenta #F005CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 53.1%
G = 1.11%
B = 45.8%

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

#F005CF (or 0xF005CF) is known color: Hot Magenta. HEX triplet: F0, 05 and CF. RGB value is (240,5,207). Sum of RGB (Red+Green+Blue) = 240+5+207=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F005CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005CF is #0FFA30. Grayscale: #616161. Windows color (decimal): -1047089 or 13567472. OLE color: 13567472.

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

Color convert

RGB 240 5 207 -
CMYK 0 0.98 0.14 0.06
HSL 308.43º 0.96% 0.48% -
HSV(B) 308.43º 0.98% 0.94% -
XYZ 47.25 23.14 61.01 -
YUV 98.29 189.36 229.07 -
System Red Green Blue C M Y K H S L
Decimal 240 5 207 0 0.98 0.14 0.06 308.43 0.96 0.48
Hex F0 5 CF 0 62 E 6 134 60 30
Octal 360 5 317 0 142 16 6 464 140 60
Binary 11110000 101 11001111 0 1100010 1110 110 100110100 1100000 110000

Color Harmonies of #F005CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005CF

Black with #F005CF

Text Example


Text Example

White with #F005CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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