#F26783

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

Shades of Brink Pink #F26783

Tints of Brink Pink #F26783

Color information

#F26783 (or 0xF26783) is unknown color: approx Brink Pink. HEX triplet: F2, 67 and 83. RGB value is (242,103,131). Sum of RGB (Red+Green+Blue) = 242+103+131=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F26783 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26783 is #0D987C. Grayscale: #939393. Windows color (decimal): -891005 or 8611826. OLE color: 8611826.

HSL color Cylindrical-coordinate representation of color #F26783: hue angle of 347.91º 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 #F26783 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB242103131-
CMYK00.570.460.05
HSL347.91º84.24%67.65%-
HSV(B)347.91º57.44%94.9%-
XYZ45.5630.2224.9-
YUV147.75118.55195.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.84%
GREEN value IS 103 (40.62% from 255) = 21.64%
BLUE value IS 131 (51.56% from 255) = 27.52%
R=50.84%
G=21.64%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210313100.570.460.05347.9184.2467.65
HexF267830392E515c5444
Octal362147203071565534124104
Binary11110010110011110000011011100110111010110101110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26783; }

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

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

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

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

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

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

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

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