#F46B7F

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

Shades of Brink Pink #F46B7F

Tints of Brink Pink #F46B7F

Color information

#F46B7F (or 0xF46B7F) is unknown color: approx Brink Pink. HEX triplet: F4, 6B and 7F. RGB value is (244,107,127). Sum of RGB (Red+Green+Blue) = 244+107+127=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F46B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46B7F is #0B9480. Grayscale: #969696. Windows color (decimal): -758913 or 8350708. OLE color: 8350708.

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

Color convert

RGB244107127-
CMYK00.560.480.04
HSL351.24º86.16%68.82%-
HSV(B)351.24º56.15%95.69%-
XYZ46.431.2823.67-
YUV150.24114.89194.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.05%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 127 (50% from 255) = 26.57%
R=51.05%
G=22.38%
B=26.57%

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
Decimal24410712700.560.480.04351.2486.1668.82
HexF46B7F03830415f5645
Octal364153177070604537126105
Binary1111010011010111111111011100011000010010101111110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46B7F; }

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

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

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

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

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

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

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

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