#F35280

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

Shades of Dark Pink #F35280

Tints of Dark Pink #F35280

Color information

#F35280 (or 0xF35280) is unknown color: approx Dark Pink. HEX triplet: F3, 52 and 80. RGB value is (243,82,128). Sum of RGB (Red+Green+Blue) = 243+82+128=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F35280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35280 is #0CAD7F. Grayscale: #878787. Windows color (decimal): -830848 or 8409843. OLE color: 8409843.

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

Color convert

RGB24382128-
CMYK00.660.470.05
HSL342.86º87.03%63.73%-
HSV(B)342.86º66.26%95.29%-
XYZ43.8826.6523.25-
YUV135.38123.84204.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.64%
GREEN value IS 82 (32.42% from 255) = 18.10%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=53.64%
G=18.10%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438212800.660.470.05342.8687.0363.73
HexF352800422F51575740
Octal3631222000102575527127100
Binary111100111010010100000000100001010111110110101011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35280; }

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

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

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

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

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

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

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

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