#f35f88

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

Shades of Brink Pink #F35F88

Tints of Brink Pink #F35F88

Color information

#F35F88 (or 0xF35F88) is unknown color: approx Brink Pink. HEX triplet: F3, 5F and 88. RGB value is (243,95,136). Sum of RGB (Red+Green+Blue) = 243+95+136=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35F88 is #0CA077. Grayscale: #8F8F8F. Windows color (decimal): -827512 or 8937459. OLE color: 8937459.

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

Color convert

RGB24395136-
CMYK00.610.440.05
HSL343.38º86.05%66.27%-
HSV(B)343.38º60.91%95.29%-
XYZ45.529.0226.5-
YUV143.93123.53198.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.27%
GREEN value IS 95 (37.5% from 255) = 20.04%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=51.27%
G=20.04%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439513600.610.440.05343.3886.0566.27
HexF35F8803D2C51575642
Octal363137210075545527126102
Binary11110011101111110001000011110110110010110101011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f35f88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f35f88; }

 p { color: rgb(243,95,136); }

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

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

 a { background-color: rgb(243,95,136); }

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

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

 span { border-color: rgb(243,95,136); }

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