#F2699B

Color #F2699B Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #F2699B

Tints of Pale Violet Red #F2699B

Color information

#F2699B (or 0xF2699B) is unknown color: approx Pale Violet Red. HEX triplet: F2, 69 and 9B. RGB value is (242,105,155). Sum of RGB (Red+Green+Blue) = 242+105+155=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2699B is #0D9664. Grayscale: #979797. Windows color (decimal): -890469 or 10185202. OLE color: 10185202.

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

Color convert

RGB242105155-
CMYK00.570.360.05
HSL338.1º84.05%68.04%-
HSV(B)338.1º56.61%94.9%-
XYZ47.5931.3534.55-
YUV151.66129.89192.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.21%
GREEN value IS 105 (41.41% from 255) = 20.92%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=48.21%
G=20.92%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210515500.570.360.05338.184.0568.04
HexF2699B0392451525444
Octal362151233071445522124104
Binary11110010110100110011011011100110010010110101001010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2699B; }

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

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

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

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

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

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

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

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