Html Css Color HEX #F606D4 Hot Magenta

📋 copy color: '#F606D4'

red 246 ◦ green 6 ◦ blue 212

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

Shades of Hot Magenta #F606D4

Tints of Hot Magenta #F606D4

RGB

 RED value IS 246 (96.48% from 255) = 53.02%

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

 BLUE value IS 212 (83.2% from 255) = 45.69%

R = 53.02%
G = 1.29%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F606D4 (or 0xF606D4) is known color: Hot Magenta. HEX triplet: F6, 06 and D4. RGB value is (246,6,212). Sum of RGB (Red+Green+Blue) = 246+6+212=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 6 (2.73% from 255 or 1.29% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F606D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F606D4 is #09F92B. Grayscale: #646464. Windows color (decimal): -653612 or 13895414. OLE color: 13895414.

HSL color Cylindrical-coordinate representation of color #F606D4: hue angle of 308.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F606D4 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 6 212 -
CMYK 0 0.98 0.14 0.04
HSL 308.5º 0.95% 0.49% -
HSV(B) 308.5º 0.98% 0.96% -
XYZ 49.95 24.48 64.38 -
YUV 101.24 190.51 231.25 -
System Red Green Blue C M Y K H S L
Decimal 246 6 212 0 0.98 0.14 0.04 308.5 0.95 0.49
Hex F6 6 D4 0 62 E 4 134 5F 31
Octal 366 6 324 0 142 16 4 464 137 61
Binary 11110110 110 11010100 0 1100010 1110 100 100110100 1011111 110001

Color Harmonies of #F606D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F606D4

Black with #F606D4

Text Example


Text Example

White with #F606D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F606D4; }

 p { color: rgb(246,6,212); }

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

background-color css

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

 a { background-color: rgb(246,6,212); }

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

border-color css

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

 span { border-color: rgb(246,6,212); }

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