#F35281

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

Shades of Dark Pink #F35281

Tints of Dark Pink #F35281

Color information

#F35281 (or 0xF35281) is unknown color: approx Dark Pink. HEX triplet: F3, 52 and 81. RGB value is (243,82,129). Sum of RGB (Red+Green+Blue) = 243+82+129=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F35281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35281 is #0CAD7E. Grayscale: #878787. Windows color (decimal): -830847 or 8475379. OLE color: 8475379.

HSL color Cylindrical-coordinate representation of color #F35281: hue angle of 342.48º 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 #F35281 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB24382129-
CMYK00.660.470.05
HSL342.48º87.03%63.73%-
HSV(B)342.48º66.26%95.29%-
XYZ43.9426.6723.6-
YUV135.5124.34204.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.52%
GREEN value IS 82 (32.42% from 255) = 18.06%
BLUE value IS 129 (50.78% from 255) = 28.41%
R=53.52%
G=18.06%
B=28.41%

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
Decimal2438212900.660.470.05342.4887.0363.73
HexF352810422F51565740
Octal3631222010102575526127100
Binary111100111010010100000010100001010111110110101011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35281; }

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

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

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

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

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

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

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

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