Html Css Color HEX #F55A8A Brink Pink

📋 copy color: '#F55A8A'

red 245 ◦ green 90 ◦ blue 138

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

Shades of Brink Pink #F55A8A

Tints of Brink Pink #F55A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.03%

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 51.8%
G = 19.03%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F55A8A (or 0xF55A8A) is known color: Brink Pink. HEX triplet: F5, 5A and 8A. RGB value is (245,90,138). Sum of RGB (Red+Green+Blue) = 245+90+138=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55A8A is #0AA575. Grayscale: #8D8D8D. Windows color (decimal): -697718 or 9067253. OLE color: 9067253.

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

Color convert

RGB 245 90 138 -
CMYK 0 0.63 0.44 0.04
HSL 341.42º 0.89% 0.66% -
HSV(B) 341.42º 0.63% 0.96% -
XYZ 45.9 28.56 27.14 -
YUV 141.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 245 90 138 0 0.63 0.44 0.04 341.42 0.89 0.66
Hex F5 5A 8A 0 3F 2C 4 155 59 42
Octal 365 132 212 0 77 54 4 525 131 102
Binary 11110101 1011010 10001010 0 111111 101100 100 101010101 1011001 1000010

Color Harmonies of #F55A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A8A

Black with #F55A8A

Text Example


Text Example

White with #F55A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A8A; }

 p { color: rgb(245,90,138); }

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

background-color css

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

 a { background-color: rgb(245,90,138); }

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

border-color css

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

 span { border-color: rgb(245,90,138); }

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