Html Css Color HEX #F000CF Hot Magenta

📋 copy color: '#F000CF'

red 240 ◦ green 0 ◦ blue 207

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

Shades of Hot Magenta #F000CF

Tints of Hot Magenta #F000CF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.69%
G = 0%
B = 46.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F000CF (or 0xF000CF) is known color: Hot Magenta. HEX triplet: F0, 00 and CF. RGB value is (240,0,207). Sum of RGB (Red+Green+Blue) = 240+0+207=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F000CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000CF is #0FFF30. Grayscale: #5E5E5E. Windows color (decimal): -1048369 or 13566192. OLE color: 13566192.

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

Color convert

RGB 240 0 207 -
CMYK 0 1 0.14 0.06
HSL 308.25º 1% 0.47% -
HSV(B) 308.25º 1% 0.94% -
XYZ 47.2 23.03 60.99 -
YUV 95.36 191.01 231.17 -
System Red Green Blue C M Y K H S L
Decimal 240 0 207 0 1 0.14 0.06 308.25 1 0.47
Hex F0 0 CF 0 64 E 6 134 64 2F
Octal 360 0 317 0 144 16 6 464 144 57
Binary 11110000 0 11001111 0 1100100 1110 110 100110100 1100100 101111

Color Harmonies of #F000CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000CF

Black with #F000CF

Text Example


Text Example

White with #F000CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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