#F8918A

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

Shades of Sweet Pink #F8918A

Tints of Sweet Pink #F8918A

Color information

#F8918A (or 0xF8918A) is unknown color: approx Sweet Pink. HEX triplet: F8, 91 and 8A. RGB value is (248,145,138). Sum of RGB (Red+Green+Blue) = 248+145+138=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8918A is #076E75. Grayscale: #AFAFAF. Windows color (decimal): -487030 or 9081336. OLE color: 9081336.

HSL color Cylindrical-coordinate representation of color #F8918A: hue angle of 3.82º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8918A is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB248145138-
CMYK00.420.440.03
HSL3.82º88.71%75.69%-
HSV(B)3.82º44.35%97.25%-
XYZ53.4242.0429.34-
YUV175107.12180.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.70%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 138 (54.30% from 255) = 25.99%
R=46.70%
G=27.31%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814513800.420.440.033.8288.7175.69
HexF8918A02A2C34594c
Octal3702212120525434131114
Binary11111000100100011000101001010101011001110010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8918A; }

 p { color: rgb(248,145,138); }

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

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

 a { background-color: rgb(248,145,138); }

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

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

 span { border-color: rgb(248,145,138); }

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