Html Css Color HEX #F5628C Brink Pink

📋 copy color: '#F5628C'

red 245 ◦ green 98 ◦ blue 140

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

Shades of Brink Pink #F5628C

Tints of Brink Pink #F5628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 50.72%
G = 20.29%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5628C (or 0xF5628C) is known color: Brink Pink. HEX triplet: F5, 62 and 8C. RGB value is (245,98,140). Sum of RGB (Red+Green+Blue) = 245+98+140=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5628C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5628C is #0A9D73. Grayscale: #929292. Windows color (decimal): -695668 or 9200373. OLE color: 9200373.

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

Color convert

RGB 245 98 140 -
CMYK 0 0.6 0.43 0.04
HSL 342.86º 0.88% 0.67% -
HSV(B) 342.86º 0.6% 0.96% -
XYZ 46.76 30.04 28.15 -
YUV 146.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 245 98 140 0 0.6 0.43 0.04 342.86 0.88 0.67
Hex F5 62 8C 0 3C 2B 4 157 58 43
Octal 365 142 214 0 74 53 4 527 130 103
Binary 11110101 1100010 10001100 0 111100 101011 100 101010111 1011000 1000011

Color Harmonies of #F5628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5628C

Black with #F5628C

Text Example


Text Example

White with #F5628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5628C; }

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

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

background-color css

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

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

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

border-color css

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

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

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