Html Css Color HEX #F60681 Deep Pink

📋 copy color: '#F60681'

red 246 ◦ green 6 ◦ blue 129

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

Shades of Deep Pink #F60681

Tints of Deep Pink #F60681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 64.57%
G = 1.57%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F60681 (or 0xF60681) is known color: Deep Pink. HEX triplet: F6, 06 and 81. RGB value is (246,6,129). Sum of RGB (Red+Green+Blue) = 246+6+129=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F60681 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60681 is #09F97E. Grayscale: #5B5B5B. Windows color (decimal): -653695 or 8455926. OLE color: 8455926.

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

Color convert

RGB 246 6 129 -
CMYK 0 0.98 0.48 0.04
HSL 329.25º 0.95% 0.49% -
HSV(B) 329.25º 0.98% 0.96% -
XYZ 42.03 21.31 22.67 -
YUV 91.78 149.01 238 -
System Red Green Blue C M Y K H S L
Decimal 246 6 129 0 0.98 0.48 0.04 329.25 0.95 0.49
Hex F6 6 81 0 62 30 4 149 5F 31
Octal 366 6 201 0 142 60 4 511 137 61
Binary 11110110 110 10000001 0 1100010 110000 100 101001001 1011111 110001

Color Harmonies of #F60681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60681

Black with #F60681

Text Example


Text Example

White with #F60681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60681; }

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

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

background-color css

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

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

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

border-color css

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

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

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