#F35880

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

Shades of Brink Pink #F35880

Tints of Brink Pink #F35880

Color information

#F35880 (or 0xF35880) is unknown color: approx Brink Pink. HEX triplet: F3, 58 and 80. RGB value is (243,88,128). Sum of RGB (Red+Green+Blue) = 243+88+128=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F35880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35880 is #0CA77F. Grayscale: #8A8A8A. Windows color (decimal): -829312 or 8411379. OLE color: 8411379.

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

Color convert

RGB24388128-
CMYK00.640.470.05
HSL344.52º86.59%64.9%-
HSV(B)344.52º63.79%95.29%-
XYZ44.3527.5923.41-
YUV138.9121.85202.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.94%
GREEN value IS 88 (34.77% from 255) = 19.17%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=52.94%
G=19.17%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438812800.640.470.05344.5286.5964.9
HexF358800402F51595741
Octal3631302000100575531127101
Binary111100111011000100000000100000010111110110101100110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35880; }

 p { color: rgb(243,88,128); }

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

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

 a { background-color: rgb(243,88,128); }

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

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

 span { border-color: rgb(243,88,128); }

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