#F8969C

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

Shades of Wewak #F8969C

Tints of Wewak #F8969C

Color information

#F8969C (or 0xF8969C) is unknown color: approx Wewak. HEX triplet: F8, 96 and 9C. RGB value is (248,150,156). Sum of RGB (Red+Green+Blue) = 248+150+156=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8969C is #076963. Grayscale: #B4B4B4. Windows color (decimal): -485732 or 10262264. OLE color: 10262264.

HSL color Cylindrical-coordinate representation of color #F8969C: hue angle of 356.33º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8969C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB248150156-
CMYK00.400.370.03
HSL356.33º87.5%78.04%-
HSV(B)356.33º39.52%97.25%-
XYZ55.6244.1737.05-
YUV179.99114.47176.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.77%
GREEN value IS 150 (58.98% from 255) = 27.08%
BLUE value IS 156 (61.33% from 255) = 28.16%
R=44.77%
G=27.08%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815015600.400.370.03356.3387.578.04
HexF8969C028253164584e
Octal370226234050453544130116
Binary11111000100101101001110001010001001011110110010010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8969C; }

 p { color: rgb(248,150,156); }

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

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

 a { background-color: rgb(248,150,156); }

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

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

 span { border-color: rgb(248,150,156); }

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