#F35A7E

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

Shades of Brink Pink #F35A7E

Tints of Brink Pink #F35A7E

Color information

#F35A7E (or 0xF35A7E) is unknown color: approx Brink Pink. HEX triplet: F3, 5A and 7E. RGB value is (243,90,126). Sum of RGB (Red+Green+Blue) = 243+90+126=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35A7E is #0CA581. Grayscale: #8B8B8B. Windows color (decimal): -828802 or 8280819. OLE color: 8280819.

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

Color convert

RGB24390126-
CMYK00.630.480.05
HSL345.88º86.44%65.29%-
HSV(B)345.88º62.96%95.29%-
XYZ44.3827.8722.78-
YUV139.85120.19201.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.94%
GREEN value IS 90 (35.55% from 255) = 19.61%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=52.94%
G=19.61%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439012600.630.480.05345.8886.4465.29
HexF35A7E03F30515a5641
Octal363132176077605532126101
Binary1111001110110101111110011111111000010110101101010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A7E; }

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

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

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

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

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

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

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

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