#F1627E

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

Shades of Brink Pink #F1627E

Tints of Brink Pink #F1627E

Color information

#F1627E (or 0xF1627E) is unknown color: approx Brink Pink. HEX triplet: F1, 62 and 7E. RGB value is (241,98,126). Sum of RGB (Red+Green+Blue) = 241+98+126=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1627E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1627E is #0E9D81. Grayscale: #8F8F8F. Windows color (decimal): -957826 or 8282865. OLE color: 8282865.

HSL color Cylindrical-coordinate representation of color #F1627E: hue angle of 348.25º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1627E is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB24198126-
CMYK00.590.480.05
HSL348.25º83.63%66.47%-
HSV(B)348.25º59.34%94.51%-
XYZ44.4128.9422.98-
YUV143.95117.88197.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 98 (38.67% from 255) = 21.08%
BLUE value IS 126 (49.61% from 255) = 27.10%
R=51.83%
G=21.08%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419812600.590.480.05348.2583.6366.47
HexF1627E03B30515c5442
Octal361142176073605534124102
Binary1111000111000101111110011101111000010110101110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1627E; }

 p { color: rgb(241,98,126); }

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

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

 a { background-color: rgb(241,98,126); }

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

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

 span { border-color: rgb(241,98,126); }

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