#FF6794

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

Shades of Brink Pink #FF6794

Tints of Brink Pink #FF6794

Color information

#FF6794 (or 0xFF6794) is unknown color: approx Brink Pink. HEX triplet: FF, 67 and 94. RGB value is (255,103,148). Sum of RGB (Red+Green+Blue) = 255+103+148=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6794 is #00986B. Grayscale: #999999. Windows color (decimal): -39020 or 9725951. OLE color: 9725951.

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

Color convert

RGB255103148-
CMYK00.600.420
HSL342.24º100%70.2%-
HSV(B)342.24º59.61%100%-
XYZ51.4433.131.69-
YUV153.58124.86200.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 103 (40.62% from 255) = 20.36%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=50.40%
G=20.36%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510314800.600.420342.2410070.2
HexFF679403C2A01566446
Octal377147224074520526144106
Binary111111111100111100101000111100101010010101011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6794; }

 p { color: rgb(255,103,148); }

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

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

 a { background-color: rgb(255,103,148); }

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

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

 span { border-color: rgb(255,103,148); }

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