#F9868B

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

Shades of Wewak #F9868B

Tints of Wewak #F9868B

Color information

#F9868B (or 0xF9868B) is unknown color: approx Wewak. HEX triplet: F9, 86 and 8B. RGB value is (249,134,139). Sum of RGB (Red+Green+Blue) = 249+134+139=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F9868B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9868B is #067974. Grayscale: #A9A9A9. Windows color (decimal): -424309 or 9144057. OLE color: 9144057.

HSL color Cylindrical-coordinate representation of color #F9868B: hue angle of 357.39º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F9868B is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB249134139-
CMYK00.460.440.02
HSL357.39º90.55%75.1%-
HSV(B)357.39º46.18%97.65%-
XYZ52.2539.0529.21-
YUV168.96111.1185.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.70%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=47.70%
G=25.67%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913413900.460.440.02357.3990.5575.1
HexF9868B02E2C21655b4b
Octal371206213056542545133113
Binary11111001100001101000101101011101011001010110010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9868B; }

 p { color: rgb(249,134,139); }

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

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

 a { background-color: rgb(249,134,139); }

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

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

 span { border-color: rgb(249,134,139); }

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