Html Css Color HEX #F007CF Hot Magenta

📋 copy color: '#F007CF'

red 240 ◦ green 7 ◦ blue 207

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

Shades of Hot Magenta #F007CF

Tints of Hot Magenta #F007CF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.54%

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

R = 52.86%
G = 1.54%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F007CF (or 0xF007CF) is known color: Hot Magenta. HEX triplet: F0, 07 and CF. RGB value is (240,7,207). Sum of RGB (Red+Green+Blue) = 240+7+207=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F007CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007CF is #0FF830. Grayscale: #626262. Windows color (decimal): -1046577 or 13567984. OLE color: 13567984.

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

Color convert

RGB 240 7 207 -
CMYK 0 0.97 0.14 0.06
HSL 308.5º 0.94% 0.48% -
HSV(B) 308.5º 0.97% 0.94% -
XYZ 47.27 23.18 61.01 -
YUV 99.47 188.69 228.24 -
System Red Green Blue C M Y K H S L
Decimal 240 7 207 0 0.97 0.14 0.06 308.5 0.94 0.48
Hex F0 7 CF 0 61 E 6 134 5E 30
Octal 360 7 317 0 141 16 6 464 136 60
Binary 11110000 111 11001111 0 1100001 1110 110 100110100 1011110 110000

Color Harmonies of #F007CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F007CF

Black with #F007CF

Text Example


Text Example

White with #F007CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F007CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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