Html Css Color HEX #F6507D Dark Pink

📋 copy color: '#F6507D'

red 246 ◦ green 80 ◦ blue 125

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

Shades of Dark Pink #F6507D

Tints of Dark Pink #F6507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.74%

 BLUE value IS 125 (49.22% from 255) = 27.72%

R = 54.55%
G = 17.74%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6507D (or 0xF6507D) is known color: Dark Pink. HEX triplet: F6, 50 and 7D. RGB value is (246,80,125). Sum of RGB (Red+Green+Blue) = 246+80+125=451 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.55% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 246 - color contains mainly: red. Hex color #F6507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6507D is #09AF82. Grayscale: #868686. Windows color (decimal): -634755 or 8212726. OLE color: 8212726.

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

Color convert

RGB 246 80 125 -
CMYK 0 0.67 0.49 0.04
HSL 343.73º 0.9% 0.64% -
HSV(B) 343.73º 0.67% 0.96% -
XYZ 44.58 26.81 22.23 -
YUV 134.76 122.5 207.34 -
System Red Green Blue C M Y K H S L
Decimal 246 80 125 0 0.67 0.49 0.04 343.73 0.9 0.64
Hex F6 50 7D 0 43 31 4 158 5A 40
Octal 366 120 175 0 103 61 4 530 132 100
Binary 11110110 1010000 1111101 0 1000011 110001 100 101011000 1011010 1000000

Color Harmonies of #F6507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6507D

Black with #F6507D

Text Example


Text Example

White with #F6507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6507D; }

 p { color: rgb(246,80,125); }

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

background-color css

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

 a { background-color: rgb(246,80,125); }

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

border-color css

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

 span { border-color: rgb(246,80,125); }

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