Html Css Color HEX #F55E8D Brink Pink

📋 copy color: '#F55E8D'

red 245 ◦ green 94 ◦ blue 141

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

Shades of Brink Pink #F55E8D

Tints of Brink Pink #F55E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.58%

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 51.04%
G = 19.58%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F55E8D (or 0xF55E8D) is known color: Brink Pink. HEX triplet: F5, 5E and 8D. RGB value is (245,94,141). Sum of RGB (Red+Green+Blue) = 245+94+141=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55E8D is #0AA172. Grayscale: #909090. Windows color (decimal): -696691 or 9264885. OLE color: 9264885.

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

Color convert

RGB 245 94 141 -
CMYK 0 0.62 0.42 0.04
HSL 341.32º 0.88% 0.66% -
HSV(B) 341.32º 0.62% 0.96% -
XYZ 46.47 29.34 28.41 -
YUV 144.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 245 94 141 0 0.62 0.42 0.04 341.32 0.88 0.66
Hex F5 5E 8D 0 3E 2A 4 155 58 42
Octal 365 136 215 0 76 52 4 525 130 102
Binary 11110101 1011110 10001101 0 111110 101010 100 101010101 1011000 1000010

Color Harmonies of #F55E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55E8D

Black with #F55E8D

Text Example


Text Example

White with #F55E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55E8D; }

 p { color: rgb(245,94,141); }

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

background-color css

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

 a { background-color: rgb(245,94,141); }

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

border-color css

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

 span { border-color: rgb(245,94,141); }

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