Html Css Color HEX #F55F7E Brink Pink

📋 copy color: '#F55F7E'

red 245 ◦ green 95 ◦ blue 126

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

Shades of Brink Pink #F55F7E

Tints of Brink Pink #F55F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.04%

R = 52.58%
G = 20.39%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F55F7E (or 0xF55F7E) is known color: Brink Pink. HEX triplet: F5, 5F and 7E. RGB value is (245,95,126). Sum of RGB (Red+Green+Blue) = 245+95+126=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55F7E is #0AA081. Grayscale: #8F8F8F. Windows color (decimal): -696450 or 8282101. OLE color: 8282101.

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

Color convert

RGB 245 95 126 -
CMYK 0 0.61 0.49 0.04
HSL 347.6º 0.88% 0.67% -
HSV(B) 347.6º 0.61% 0.96% -
XYZ 45.51 29.1 22.96 -
YUV 143.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 245 95 126 0 0.61 0.49 0.04 347.6 0.88 0.67
Hex F5 5F 7E 0 3D 31 4 15C 58 43
Octal 365 137 176 0 75 61 4 534 130 103
Binary 11110101 1011111 1111110 0 111101 110001 100 101011100 1011000 1000011

Color Harmonies of #F55F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F7E

Black with #F55F7E

Text Example


Text Example

White with #F55F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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