#F68FA1

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

Shades of Wewak #F68FA1

Tints of Wewak #F68FA1

Color information

#F68FA1 (or 0xF68FA1) is unknown color: approx Wewak. HEX triplet: F6, 8F and A1. RGB value is (246,143,161). Sum of RGB (Red+Green+Blue) = 246+143+161=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68FA1 is #09705E. Grayscale: #AFAFAF. Windows color (decimal): -618591 or 10588150. OLE color: 10588150.

HSL color Cylindrical-coordinate representation of color #F68FA1: hue angle of 349.51º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68FA1 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB246143161-
CMYK00.420.350.04
HSL349.51º85.12%76.27%-
HSV(B)349.51º41.87%96.47%-
XYZ54.2641.8138.93-
YUV175.85119.62178.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.73%
GREEN value IS 143 (56.25% from 255) = 26%
BLUE value IS 161 (63.28% from 255) = 29.27%
R=44.73%
G=26%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614316100.420.350.04349.5185.1276.27
HexF68FA102A23415e554c
Octal366217241052434536125114
Binary111101101000111110100001010101010001110010101111010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68FA1; }

 p { color: rgb(246,143,161); }

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

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

 a { background-color: rgb(246,143,161); }

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

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

 span { border-color: rgb(246,143,161); }

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