Html Css Color HEX #F006CF Hot Magenta

📋 copy color: '#F006CF'

red 240 ◦ green 6 ◦ blue 207

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

Shades of Hot Magenta #F006CF

Tints of Hot Magenta #F006CF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.32%

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

R = 52.98%
G = 1.32%
B = 45.7%

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

#F006CF (or 0xF006CF) is known color: Hot Magenta. HEX triplet: F0, 06 and CF. RGB value is (240,6,207). Sum of RGB (Red+Green+Blue) = 240+6+207=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F006CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006CF is #0FF930. Grayscale: #626262. Windows color (decimal): -1046833 or 13567728. OLE color: 13567728.

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

Color convert

RGB 240 6 207 -
CMYK 0 0.98 0.14 0.06
HSL 308.46º 0.95% 0.48% -
HSV(B) 308.46º 0.98% 0.94% -
XYZ 47.26 23.16 61.01 -
YUV 98.88 189.02 228.66 -
System Red Green Blue C M Y K H S L
Decimal 240 6 207 0 0.98 0.14 0.06 308.46 0.95 0.48
Hex F0 6 CF 0 62 E 6 134 5F 30
Octal 360 6 317 0 142 16 6 464 137 60
Binary 11110000 110 11001111 0 1100010 1110 110 100110100 1011111 110000

Color Harmonies of #F006CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006CF

Black with #F006CF

Text Example


Text Example

White with #F006CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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