#F96795

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

Shades of Brink Pink #F96795

Tints of Brink Pink #F96795

Color information

#F96795 (or 0xF96795) is unknown color: approx Brink Pink. HEX triplet: F9, 67 and 95. RGB value is (249,103,149). Sum of RGB (Red+Green+Blue) = 249+103+149=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F96795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96795 is #06986A. Grayscale: #979797. Windows color (decimal): -432235 or 9791481. OLE color: 9791481.

HSL color Cylindrical-coordinate representation of color #F96795: hue angle of 341.1º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F96795 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249103149-
CMYK00.590.400.02
HSL341.1º92.41%69.02%-
HSV(B)341.1º58.63%97.65%-
XYZ49.3432.0132.01-
YUV151.9126.37197.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.70%
GREEN value IS 103 (40.62% from 255) = 20.56%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=49.70%
G=20.56%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910314900.590.400.02341.192.4169.02
HexF9679503B2821555c45
Octal371147225073502525134105
Binary1111100111001111001010101110111010001010101010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96795; }

 p { color: rgb(249,103,149); }

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

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

 a { background-color: rgb(249,103,149); }

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

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

 span { border-color: rgb(249,103,149); }

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