Html Css Color HEX #F56F7E Brink Pink

📋 copy color: '#F56F7E'

red 245 ◦ green 111 ◦ blue 126

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

Shades of Brink Pink #F56F7E

Tints of Brink Pink #F56F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

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

R = 50.83%
G = 23.03%
B = 26.14%

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

#F56F7E (or 0xF56F7E) is known color: Brink Pink. HEX triplet: F5, 6F and 7E. RGB value is (245,111,126). Sum of RGB (Red+Green+Blue) = 245+111+126=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56F7E is #0A9081. Grayscale: #989898. Windows color (decimal): -692354 or 8286197. OLE color: 8286197.

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

Color convert

RGB 245 111 126 -
CMYK 0 0.55 0.49 0.04
HSL 353.28º 0.87% 0.7% -
HSV(B) 353.28º 0.55% 0.96% -
XYZ 47.11 32.29 23.49 -
YUV 152.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 245 111 126 0 0.55 0.49 0.04 353.28 0.87 0.7
Hex F5 6F 7E 0 37 31 4 161 57 46
Octal 365 157 176 0 67 61 4 541 127 106
Binary 11110101 1101111 1111110 0 110111 110001 100 101100001 1010111 1000110

Color Harmonies of #F56F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56F7E

Black with #F56F7E

Text Example


Text Example

White with #F56F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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