#F26577

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

Shades of Brink Pink #F26577

Tints of Brink Pink #F26577

Color information

#F26577 (or 0xF26577) is unknown color: approx Brink Pink. HEX triplet: F2, 65 and 77. RGB value is (242,101,119). Sum of RGB (Red+Green+Blue) = 242+101+119=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F26577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26577 is #0D9A88. Grayscale: #919191. Windows color (decimal): -891529 or 7824882. OLE color: 7824882.

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

Color convert

RGB242101119-
CMYK00.580.510.05
HSL352.34º84.43%67.25%-
HSV(B)352.34º58.26%94.9%-
XYZ44.629.5220.8-
YUV145.21113.21197.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.38%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 119 (46.88% from 255) = 25.76%
R=52.38%
G=21.86%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210111900.580.510.05352.3484.4367.25
HexF2657703A3351605443
Octal362145167072635540124103
Binary1111001011001011110111011101011001110110110000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26577; }

 p { color: rgb(242,101,119); }

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

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

 a { background-color: rgb(242,101,119); }

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

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

 span { border-color: rgb(242,101,119); }

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