#F35A7D

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

Shades of Brink Pink #F35A7D

Tints of Brink Pink #F35A7D

Color information

#F35A7D (or 0xF35A7D) is unknown color: approx Brink Pink. HEX triplet: F3, 5A and 7D. RGB value is (243,90,125). Sum of RGB (Red+Green+Blue) = 243+90+125=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35A7D is #0CA582. Grayscale: #8B8B8B. Windows color (decimal): -828803 or 8215283. OLE color: 8215283.

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

Color convert

RGB24390125-
CMYK00.630.490.05
HSL346.27º86.44%65.29%-
HSV(B)346.27º62.96%95.29%-
XYZ44.3227.8522.44-
YUV139.74119.69201.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.06%
GREEN value IS 90 (35.55% from 255) = 19.65%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=53.06%
G=19.65%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439012500.630.490.05346.2786.4465.29
HexF35A7D03F31515a5641
Octal363132175077615532126101
Binary1111001110110101111101011111111000110110101101010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A7D; }

 p { color: rgb(243,90,125); }

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

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

 a { background-color: rgb(243,90,125); }

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

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

 span { border-color: rgb(243,90,125); }

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