Html Css Color HEX #F55F90 Brink Pink

📋 copy color: '#F55F90'

red 245 ◦ green 95 ◦ blue 144

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

Shades of Brink Pink #F55F90

Tints of Brink Pink #F55F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 50.62%
G = 19.63%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F55F90 (or 0xF55F90) is known color: Brink Pink. HEX triplet: F5, 5F and 90. RGB value is (245,95,144). Sum of RGB (Red+Green+Blue) = 245+95+144=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55F90 is #0AA06F. Grayscale: #919191. Windows color (decimal): -696432 or 9461749. OLE color: 9461749.

HSL color Cylindrical-coordinate representation of color #F55F90: hue angle of 340.4º 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 #F55F90 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 95 144 -
CMYK 0 0.61 0.41 0.04
HSL 340.4º 0.88% 0.67% -
HSV(B) 340.4º 0.61% 0.96% -
XYZ 46.78 29.61 29.64 -
YUV 145.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 245 95 144 0 0.61 0.41 0.04 340.4 0.88 0.67
Hex F5 5F 90 0 3D 29 4 154 58 43
Octal 365 137 220 0 75 51 4 524 130 103
Binary 11110101 1011111 10010000 0 111101 101001 100 101010100 1011000 1000011

Color Harmonies of #F55F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F90

Black with #F55F90

Text Example


Text Example

White with #F55F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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