#F35080

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

Shades of Dark Pink #F35080

Tints of Dark Pink #F35080

Color information

#F35080 (or 0xF35080) is unknown color: approx Dark Pink. HEX triplet: F3, 50 and 80. RGB value is (243,80,128). Sum of RGB (Red+Green+Blue) = 243+80+128=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F35080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35080 is #0CAF7F. Grayscale: #868686. Windows color (decimal): -831360 or 8409331. OLE color: 8409331.

HSL color Cylindrical-coordinate representation of color #F35080: hue angle of 342.33º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F35080 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB24380128-
CMYK00.670.470.05
HSL342.33º87.17%63.33%-
HSV(B)342.33º67.08%95.29%-
XYZ43.7326.3523.2-
YUV134.21124.5205.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.88%
GREEN value IS 80 (31.64% from 255) = 17.74%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=53.88%
G=17.74%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438012800.670.470.05342.3387.1763.33
HexF350800432F5156573f
Octal363120200010357552612777
Binary11110011101000010000000010000111011111011010101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35080; }

 p { color: rgb(243,80,128); }

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

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

 a { background-color: rgb(243,80,128); }

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

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

 span { border-color: rgb(243,80,128); }

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