#F35A7B

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

Shades of Brink Pink #F35A7B

Tints of Brink Pink #F35A7B

Color information

#F35A7B (or 0xF35A7B) is unknown color: approx Brink Pink. HEX triplet: F3, 5A and 7B. RGB value is (243,90,123). Sum of RGB (Red+Green+Blue) = 243+90+123=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35A7B is #0CA584. Grayscale: #8B8B8B. Windows color (decimal): -828805 or 8084211. OLE color: 8084211.

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

Color convert

RGB24390123-
CMYK00.630.490.05
HSL347.06º86.44%65.29%-
HSV(B)347.06º62.96%95.29%-
XYZ44.1927.821.78-
YUV139.51118.69201.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.29%
GREEN value IS 90 (35.55% from 255) = 19.74%
BLUE value IS 123 (48.44% from 255) = 26.97%
R=53.29%
G=19.74%
B=26.97%

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
Decimal2439012300.630.490.05347.0686.4465.29
HexF35A7B03F31515b5641
Octal363132173077615533126101
Binary1111001110110101111011011111111000110110101101110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A7B; }

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

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

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

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

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

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

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

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