Html Css Color HEX #F56B7E Brink Pink

📋 copy color: '#F56B7E'

red 245 ◦ green 107 ◦ blue 126

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

Shades of Brink Pink #F56B7E

Tints of Brink Pink #F56B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.38%

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

R = 51.26%
G = 22.38%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F56B7E (or 0xF56B7E) is known color: Brink Pink. HEX triplet: F5, 6B and 7E. RGB value is (245,107,126). Sum of RGB (Red+Green+Blue) = 245+107+126=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F56B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56B7E is #0A9481. Grayscale: #969696. Windows color (decimal): -693378 or 8285173. OLE color: 8285173.

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

Color convert

RGB 245 107 126 -
CMYK 0 0.56 0.49 0.04
HSL 351.74º 0.87% 0.69% -
HSV(B) 351.74º 0.56% 0.96% -
XYZ 46.68 31.43 23.35 -
YUV 150.43 114.22 195.46 -
System Red Green Blue C M Y K H S L
Decimal 245 107 126 0 0.56 0.49 0.04 351.74 0.87 0.69
Hex F5 6B 7E 0 38 31 4 160 57 45
Octal 365 153 176 0 70 61 4 540 127 105
Binary 11110101 1101011 1111110 0 111000 110001 100 101100000 1010111 1000101

Color Harmonies of #F56B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56B7E

Black with #F56B7E

Text Example


Text Example

White with #F56B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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