Html Css Color HEX #F56292 Brink Pink

📋 copy color: '#F56292'

red 245 ◦ green 98 ◦ blue 146

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

Shades of Brink Pink #F56292

Tints of Brink Pink #F56292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 50.1%
G = 20.04%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F56292 (or 0xF56292) is known color: Brink Pink. HEX triplet: F5, 62 and 92. RGB value is (245,98,146). Sum of RGB (Red+Green+Blue) = 245+98+146=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F56292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56292 is #0A9D6D. Grayscale: #939393. Windows color (decimal): -695662 or 9593589. OLE color: 9593589.

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

Color convert

RGB 245 98 146 -
CMYK 0 0.6 0.40 0.04
HSL 340.41º 0.88% 0.67% -
HSV(B) 340.41º 0.6% 0.96% -
XYZ 47.21 30.22 30.54 -
YUV 147.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 245 98 146 0 0.6 0.40 0.04 340.41 0.88 0.67
Hex F5 62 92 0 3C 28 4 154 58 43
Octal 365 142 222 0 74 50 4 524 130 103
Binary 11110101 1100010 10010010 0 111100 101000 100 101010100 1011000 1000011

Color Harmonies of #F56292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56292

Black with #F56292

Text Example


Text Example

White with #F56292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56292; }

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

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

background-color css

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

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

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

border-color css

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

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

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