#F9607E

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

Shades of Brink Pink #F9607E

Tints of Brink Pink #F9607E

Color information

#F9607E (or 0xF9607E) is unknown color: approx Brink Pink. HEX triplet: F9, 60 and 7E. RGB value is (249,96,126). Sum of RGB (Red+Green+Blue) = 249+96+126=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F9607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9607E is #069F81. Grayscale: #919191. Windows color (decimal): -434050 or 8282361. OLE color: 8282361.

HSL color Cylindrical-coordinate representation of color #F9607E: hue angle of 348.24º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9607E is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB24996126-
CMYK00.610.490.02
HSL348.24º92.73%67.65%-
HSV(B)348.24º61.45%97.65%-
XYZ47.0230.0123.05-
YUV145.17117.19202.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.87%
GREEN value IS 96 (37.89% from 255) = 20.38%
BLUE value IS 126 (49.61% from 255) = 26.75%
R=52.87%
G=20.38%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499612600.610.490.02348.2492.7367.65
HexF9607E03D31215c5d44
Octal371140176075612534135104
Binary111110011100000111111001111011100011010101110010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9607E; }

 p { color: rgb(249,96,126); }

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

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

 a { background-color: rgb(249,96,126); }

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

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

 span { border-color: rgb(249,96,126); }

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