#F35D7A

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

Shades of Brink Pink #F35D7A

Tints of Brink Pink #F35D7A

Color information

#F35D7A (or 0xF35D7A) is unknown color: approx Brink Pink. HEX triplet: F3, 5D and 7A. RGB value is (243,93,122). Sum of RGB (Red+Green+Blue) = 243+93+122=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F35D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35D7A is #0CA285. Grayscale: #8D8D8D. Windows color (decimal): -828038 or 8019443. OLE color: 8019443.

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

Color convert

RGB24393122-
CMYK00.620.500.05
HSL348.4º86.21%65.88%-
HSV(B)348.4º61.73%95.29%-
XYZ44.3928.2921.53-
YUV141.16117.2200.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.06%
GREEN value IS 93 (36.72% from 255) = 20.31%
BLUE value IS 122 (48.05% from 255) = 26.64%
R=53.06%
G=20.31%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439312200.620.500.05348.486.2165.88
HexF35D7A03E32515c5642
Octal363135172076625534126102
Binary1111001110111011111010011111011001010110101110010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35D7A; }

 p { color: rgb(243,93,122); }

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

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

 a { background-color: rgb(243,93,122); }

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

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

 span { border-color: rgb(243,93,122); }

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