Html Css Color HEX #F55F87 Brink Pink

📋 copy color: '#F55F87'

red 245 ◦ green 95 ◦ blue 135

#F55F87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #F55F87

Tints of Brink Pink #F55F87

RGB

 RED value IS 245 (96.09% from 255) = 51.58%

 GREEN value IS 95 (37.5% from 255) = 20%

 BLUE value IS 135 (53.13% from 255) = 28.42%

R = 51.58%
G = 20%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F55F87 (or 0xF55F87) is known color: Brink Pink. HEX triplet: F5, 5F and 87. RGB value is (245,95,135). Sum of RGB (Red+Green+Blue) = 245+95+135=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55F87 is #0AA078. Grayscale: #909090. Windows color (decimal): -696441 or 8871925. OLE color: 8871925.

HSL color Cylindrical-coordinate representation of color #F55F87: hue angle of 344º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55F87 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 95 135 -
CMYK 0 0.61 0.45 0.04
HSL 344º 0.88% 0.67% -
HSV(B) 344º 0.61% 0.96% -
XYZ 46.12 29.35 26.16 -
YUV 144.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 245 95 135 0 0.61 0.45 0.04 344 0.88 0.67
Hex F5 5F 87 0 3D 2D 4 158 58 43
Octal 365 137 207 0 75 55 4 530 130 103
Binary 11110101 1011111 10000111 0 111101 101101 100 101011000 1011000 1000011

Color Harmonies of #F55F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F87

Black with #F55F87

Text Example


Text Example

White with #F55F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F87; }

 p { color: rgb(245,95,135); }

 H1.HeaderClassName
 {
   color: #F55F87;
 }
 .AnyTagClassName
 {
   color: #F55F87;
 }
</style>

background-color css

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

 a { background-color: rgb(245,95,135); }

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

border-color css

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

 span { border-color: rgb(245,95,135); }

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