#F8858F

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

Shades of Wewak #F8858F

Tints of Wewak #F8858F

Color information

#F8858F (or 0xF8858F) is unknown color: approx Wewak. HEX triplet: F8, 85 and 8F. RGB value is (248,133,143). Sum of RGB (Red+Green+Blue) = 248+133+143=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8858F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8858F is #077A70. Grayscale: #A8A8A8. Windows color (decimal): -490097 or 9405944. OLE color: 9405944.

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

Color convert

RGB248133143-
CMYK00.460.420.03
HSL354.78º89.15%74.71%-
HSV(B)354.78º46.37%97.25%-
XYZ52.0638.7130.72-
YUV168.52113.6184.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.33%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 143 (56.25% from 255) = 27.29%
R=47.33%
G=25.38%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813314300.460.420.03354.7889.1574.71
HexF8858F02E2A3163594b
Octal370205217056523543131113
Binary11111000100001011000111101011101010101110110001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8858F; }

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

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

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

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

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

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

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

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