Html Css Color HEX #F56290 Brink Pink

📋 copy color: '#F56290'

red 245 ◦ green 98 ◦ blue 144

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

Shades of Brink Pink #F56290

Tints of Brink Pink #F56290

RGB

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

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

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

R = 50.31%
G = 20.12%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F56290 (or 0xF56290) is known color: Brink Pink. HEX triplet: F5, 62 and 90. RGB value is (245,98,144). Sum of RGB (Red+Green+Blue) = 245+98+144=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F56290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56290 is #0A9D6F. Grayscale: #939393. Windows color (decimal): -695664 or 9462517. OLE color: 9462517.

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

Color convert

RGB 245 98 144 -
CMYK 0 0.6 0.41 0.04
HSL 341.22º 0.88% 0.67% -
HSV(B) 341.22º 0.6% 0.96% -
XYZ 47.06 30.16 29.73 -
YUV 147.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 245 98 144 0 0.6 0.41 0.04 341.22 0.88 0.67
Hex F5 62 90 0 3C 29 4 155 58 43
Octal 365 142 220 0 74 51 4 525 130 103
Binary 11110101 1100010 10010000 0 111100 101001 100 101010101 1011000 1000011

Color Harmonies of #F56290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56290

Black with #F56290

Text Example


Text Example

White with #F56290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56290; }

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

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

background-color css

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

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

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

border-color css

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

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

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