#F46B7E

Color #F46B7E Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #F46B7E

Tints of Brink Pink #F46B7E

Color information

#F46B7E (or 0xF46B7E) is unknown color: approx Brink Pink. HEX triplet: F4, 6B and 7E. RGB value is (244,107,126). Sum of RGB (Red+Green+Blue) = 244+107+126=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F46B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46B7E is #0B9481. Grayscale: #969696. Windows color (decimal): -758914 or 8285172. OLE color: 8285172.

HSL color Cylindrical-coordinate representation of color #F46B7E: hue angle of 351.68º degrees, saturation: 0.86, 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 #F46B7E is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB244107126-
CMYK00.560.480.04
HSL351.68º86.16%68.82%-
HSV(B)351.68º56.15%95.69%-
XYZ46.3331.2523.33-
YUV150.13114.39194.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.15%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 126 (49.61% from 255) = 26.42%
R=51.15%
G=22.43%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410712600.560.480.04351.6886.1668.82
HexF46B7E0383041605645
Octal364153176070604540126105
Binary1111010011010111111110011100011000010010110000010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46B7E; }

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

 H1.HeaderClassName
 {
   color: #F46B7E;
 }
 .AnyTagClassName
 {
   color: #F46B7E;
 }
</style>
background-color css

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

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

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

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

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

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