#F8638F

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

Shades of Brink Pink #F8638F

Tints of Brink Pink #F8638F

Color information

#F8638F (or 0xF8638F) is unknown color: approx Brink Pink. HEX triplet: F8, 63 and 8F. RGB value is (248,99,143). Sum of RGB (Red+Green+Blue) = 248+99+143=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F8638F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8638F is #079C70. Grayscale: #949494. Windows color (decimal): -498801 or 9397240. OLE color: 9397240.

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

Color convert

RGB24899143-
CMYK00.600.420.03
HSL342.28º91.41%68.04%-
HSV(B)342.28º60.08%97.25%-
XYZ48.1330.8629.41-
YUV148.57124.86198.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.61%
GREEN value IS 99 (39.06% from 255) = 20.20%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=50.61%
G=20.20%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489914300.600.420.03342.2891.4168.04
HexF8638F03C2A31565b44
Octal370143217074523526133104
Binary1111100011000111000111101111001010101110101011010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8638F; }

 p { color: rgb(248,99,143); }

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

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

 a { background-color: rgb(248,99,143); }

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

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

 span { border-color: rgb(248,99,143); }

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