#F092A1

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

Shades of Wewak #F092A1

Tints of Wewak #F092A1

Color information

#F092A1 (or 0xF092A1) is unknown color: approx Wewak. HEX triplet: F0, 92 and A1. RGB value is (240,146,161). Sum of RGB (Red+Green+Blue) = 240+146+161=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F092A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F092A1 is #0F6D5E. Grayscale: #AFAFAF. Windows color (decimal): -1011039 or 10588912. OLE color: 10588912.

HSL color Cylindrical-coordinate representation of color #F092A1: hue angle of 350.43º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F092A1 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB240146161-
CMYK00.390.330.06
HSL350.43º75.81%75.69%-
HSV(B)350.43º39.17%94.12%-
XYZ52.6541.6638.98-
YUV175.82119.64173.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 161 (63.28% from 255) = 29.43%
R=43.88%
G=26.69%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014616100.390.330.06350.4375.8175.69
HexF092A102721615e4c4c
Octal360222241047416536114114
Binary111100001001001010100001010011110000111010101111010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F092A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F092A1; }

 p { color: rgb(240,146,161); }

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

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

 a { background-color: rgb(240,146,161); }

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

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

 span { border-color: rgb(240,146,161); }

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