#F6277D

Color #F6277D Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F6277D

Tints of Deep Pink #F6277D

Color information

#F6277D (or 0xF6277D) is unknown color: approx Deep Pink. HEX triplet: F6, 27 and 7D. RGB value is (246,39,125). Sum of RGB (Red+Green+Blue) = 246+39+125=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F6277D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6277D is #09D882. Grayscale: #6E6E6E. Windows color (decimal): -645251 or 8202230. OLE color: 8202230.

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

Color convert

RGB24639125-
CMYK00.840.490.04
HSL335.07º92%55.88%-
HSV(B)335.07º84.15%96.47%-
XYZ42.4322.5221.51-
YUV110.7136.08224.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 60%
GREEN value IS 39 (15.62% from 255) = 9.51%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=60%
G=9.51%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2463912500.840.490.04335.079255.88
HexF6277D05431414f5c38
Octal36647175012461451713470
Binary111101101001111111101010101001100011001010011111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6277D; }

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

 H1.HeaderClassName
 {
   color: #F6277D;
 }
 .AnyTagClassName
 {
   color: #F6277D;
 }
</style>
background-color css

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

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

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

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

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

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