Html Css Color HEX #F006CC Hot Magenta

📋 copy color: '#F006CC'

red 240 ◦ green 6 ◦ blue 204

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

Shades of Hot Magenta #F006CC

Tints of Hot Magenta #F006CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 53.33%
G = 1.33%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F006CC (or 0xF006CC) is known color: Hot Magenta. HEX triplet: F0, 06 and CC. RGB value is (240,6,204). Sum of RGB (Red+Green+Blue) = 240+6+204=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 6 (2.73% from 255 or 1.33% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F006CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006CC is #0FF933. Grayscale: #616161. Windows color (decimal): -1046836 or 13371120. OLE color: 13371120.

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

Color convert

RGB 240 6 204 -
CMYK 0 0.98 0.15 0.06
HSL 309.23º 0.95% 0.48% -
HSV(B) 309.23º 0.98% 0.94% -
XYZ 46.9 23.02 59.1 -
YUV 98.54 187.52 228.9 -
System Red Green Blue C M Y K H S L
Decimal 240 6 204 0 0.98 0.15 0.06 309.23 0.95 0.48
Hex F0 6 CC 0 62 F 6 135 5F 30
Octal 360 6 314 0 142 17 6 465 137 60
Binary 11110000 110 11001100 0 1100010 1111 110 100110101 1011111 110000

Color Harmonies of #F006CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006CC

Black with #F006CC

Text Example


Text Example

White with #F006CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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