#F2999B

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

Shades of Wewak #F2999B

Tints of Wewak #F2999B

Color information

#F2999B (or 0xF2999B) is unknown color: approx Wewak. HEX triplet: F2, 99 and 9B. RGB value is (242,153,155). Sum of RGB (Red+Green+Blue) = 242+153+155=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2999B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2999B is #0D6664. Grayscale: #B3B3B3. Windows color (decimal): -878181 or 10197490. OLE color: 10197490.

HSL color Cylindrical-coordinate representation of color #F2999B: hue angle of 358.65º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2999B is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242153155-
CMYK00.370.360.05
HSL358.65º77.39%77.45%-
HSV(B)358.65º36.78%94.9%-
XYZ53.9344.0336.67-
YUV179.84113.99172.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 155 (60.94% from 255) = 28.18%
R=44%
G=27.82%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215315500.370.360.05358.6577.3977.45
HexF2999B0252451674d4d
Octal362231233045445547115115
Binary111100101001100110011011010010110010010110110011110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2999B; }

 p { color: rgb(242,153,155); }

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

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

 a { background-color: rgb(242,153,155); }

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

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

 span { border-color: rgb(242,153,155); }

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