#F26784

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

Shades of Brink Pink #F26784

Tints of Brink Pink #F26784

Color information

#F26784 (or 0xF26784) is unknown color: approx Brink Pink. HEX triplet: F2, 67 and 84. RGB value is (242,103,132). Sum of RGB (Red+Green+Blue) = 242+103+132=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F26784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26784 is #0D987B. Grayscale: #939393. Windows color (decimal): -891004 or 8677362. OLE color: 8677362.

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

Color convert

RGB242103132-
CMYK00.570.450.05
HSL347.48º84.24%67.65%-
HSV(B)347.48º57.44%94.9%-
XYZ45.6330.2425.26-
YUV147.87119.05195.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.73%
GREEN value IS 103 (40.62% from 255) = 21.59%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=50.73%
G=21.59%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210313200.570.450.05347.4884.2467.65
HexF267840392D515b5444
Octal362147204071555533124104
Binary11110010110011110000100011100110110110110101101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26784; }

 p { color: rgb(242,103,132); }

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

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

 a { background-color: rgb(242,103,132); }

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

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

 span { border-color: rgb(242,103,132); }

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