#F4618E

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

Shades of Brink Pink #F4618E

Tints of Brink Pink #F4618E

Color information

#F4618E (or 0xF4618E) is unknown color: approx Brink Pink. HEX triplet: F4, 61 and 8E. RGB value is (244,97,142). Sum of RGB (Red+Green+Blue) = 244+97+142=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F4618E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4618E is #0B9E71. Grayscale: #929292. Windows color (decimal): -761458 or 9331188. OLE color: 9331188.

HSL color Cylindrical-coordinate representation of color #F4618E: hue angle of 341.63º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F4618E is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB24497142-
CMYK00.600.420.04
HSL341.63º86.98%66.86%-
HSV(B)341.63º60.25%95.69%-
XYZ46.4729.7428.88-
YUV146.08125.7197.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.52%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=50.52%
G=20.08%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449714200.600.420.04341.6386.9866.86
HexF4618E03C2A41565743
Octal364141216074524526127103
Binary11110100110000110001110011110010101010010101011010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4618E; }

 p { color: rgb(244,97,142); }

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

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

 a { background-color: rgb(244,97,142); }

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

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

 span { border-color: rgb(244,97,142); }

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