Html Css Color HEX #F56E7E Brink Pink

📋 copy color: '#F56E7E'

red 245 ◦ green 110 ◦ blue 126

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

Shades of Brink Pink #F56E7E

Tints of Brink Pink #F56E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.87%

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

R = 50.94%
G = 22.87%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F56E7E (or 0xF56E7E) is known color: Brink Pink. HEX triplet: F5, 6E and 7E. RGB value is (245,110,126). Sum of RGB (Red+Green+Blue) = 245+110+126=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F56E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56E7E is #0A9181. Grayscale: #989898. Windows color (decimal): -692610 or 8285941. OLE color: 8285941.

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

Color convert

RGB 245 110 126 -
CMYK 0 0.55 0.49 0.04
HSL 352.89º 0.87% 0.7% -
HSV(B) 352.89º 0.55% 0.96% -
XYZ 47 32.07 23.45 -
YUV 152.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 245 110 126 0 0.55 0.49 0.04 352.89 0.87 0.7
Hex F5 6E 7E 0 37 31 4 161 57 46
Octal 365 156 176 0 67 61 4 541 127 106
Binary 11110101 1101110 1111110 0 110111 110001 100 101100001 1010111 1000110

Color Harmonies of #F56E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56E7E

Black with #F56E7E

Text Example


Text Example

White with #F56E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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