Html Css Color HEX #F608D5 Hot Magenta

📋 copy color: '#F608D5'

red 246 ◦ green 8 ◦ blue 213

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

Shades of Hot Magenta #F608D5

Tints of Hot Magenta #F608D5

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.71%

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 52.68%
G = 1.71%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F608D5 (or 0xF608D5) is known color: Hot Magenta. HEX triplet: F6, 08 and D5. RGB value is (246,8,213). Sum of RGB (Red+Green+Blue) = 246+8+213=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 8 (3.52% from 255 or 1.71% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F608D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F608D5 is #09F72A. Grayscale: #656565. Windows color (decimal): -653099 or 13961462. OLE color: 13961462.

HSL color Cylindrical-coordinate representation of color #F608D5: hue angle of 308.32º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F608D5 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 8 213 -
CMYK 0 0.97 0.13 0.04
HSL 308.32º 0.94% 0.5% -
HSV(B) 308.32º 0.97% 0.96% -
XYZ 50.1 24.57 65.05 -
YUV 102.53 190.35 230.33 -
System Red Green Blue C M Y K H S L
Decimal 246 8 213 0 0.97 0.13 0.04 308.32 0.94 0.5
Hex F6 8 D5 0 61 D 4 134 5E 32
Octal 366 10 325 0 141 15 4 464 136 62
Binary 11110110 1000 11010101 0 1100001 1101 100 100110100 1011110 110010

Color Harmonies of #F608D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F608D5

Black with #F608D5

Text Example


Text Example

White with #F608D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F608D5; }

 p { color: rgb(246,8,213); }

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

background-color css

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

 a { background-color: rgb(246,8,213); }

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

border-color css

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

 span { border-color: rgb(246,8,213); }

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