Html Css Color HEX #F5627C Brink Pink

📋 copy color: '#F5627C'

red 245 ◦ green 98 ◦ blue 124

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

Shades of Brink Pink #F5627C

Tints of Brink Pink #F5627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.99%

 BLUE value IS 124 (48.83% from 255) = 26.55%

R = 52.46%
G = 20.99%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5627C (or 0xF5627C) is known color: Brink Pink. HEX triplet: F5, 62 and 7C. RGB value is (245,98,124). Sum of RGB (Red+Green+Blue) = 245+98+124=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5627C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5627C is #0A9D83. Grayscale: #909090. Windows color (decimal): -695684 or 8151797. OLE color: 8151797.

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

Color convert

RGB 245 98 124 -
CMYK 0 0.6 0.49 0.04
HSL 349.39º 0.88% 0.67% -
HSV(B) 349.39º 0.6% 0.96% -
XYZ 45.66 29.6 22.38 -
YUV 144.92 116.2 199.39 -
System Red Green Blue C M Y K H S L
Decimal 245 98 124 0 0.6 0.49 0.04 349.39 0.88 0.67
Hex F5 62 7C 0 3C 31 4 15D 58 43
Octal 365 142 174 0 74 61 4 535 130 103
Binary 11110101 1100010 1111100 0 111100 110001 100 101011101 1011000 1000011

Color Harmonies of #F5627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5627C

Black with #F5627C

Text Example


Text Example

White with #F5627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5627C; }

 p { color: rgb(245,98,124); }

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

background-color css

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

 a { background-color: rgb(245,98,124); }

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

border-color css

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

 span { border-color: rgb(245,98,124); }

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