Html Css Color HEX #F6087E Deep Pink

📋 copy color: '#F6087E'

red 246 ◦ green 8 ◦ blue 126

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

Shades of Deep Pink #F6087E

Tints of Deep Pink #F6087E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.16%

R = 64.74%
G = 2.11%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6087E (or 0xF6087E) is known color: Deep Pink. HEX triplet: F6, 08 and 7E. RGB value is (246,8,126). Sum of RGB (Red+Green+Blue) = 246+8+126=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F6087E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6087E is #09F781. Grayscale: #5C5C5C. Windows color (decimal): -653186 or 8259830. OLE color: 8259830.

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

Color convert

RGB 246 8 126 -
CMYK 0 0.97 0.49 0.04
HSL 330.25º 0.94% 0.5% -
HSV(B) 330.25º 0.97% 0.96% -
XYZ 41.86 21.27 21.64 -
YUV 92.61 146.85 237.41 -
System Red Green Blue C M Y K H S L
Decimal 246 8 126 0 0.97 0.49 0.04 330.25 0.94 0.5
Hex F6 8 7E 0 61 31 4 14A 5E 32
Octal 366 10 176 0 141 61 4 512 136 62
Binary 11110110 1000 1111110 0 1100001 110001 100 101001010 1011110 110010

Color Harmonies of #F6087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6087E

Black with #F6087E

Text Example


Text Example

White with #F6087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6087E; }

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

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

background-color css

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

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

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

border-color css

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

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

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