#F06B9E

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

Shades of Pale Violet Red #F06B9E

Tints of Pale Violet Red #F06B9E

Color information

#F06B9E (or 0xF06B9E) is unknown color: approx Pale Violet Red. HEX triplet: F0, 6B and 9E. RGB value is (240,107,158). Sum of RGB (Red+Green+Blue) = 240+107+158=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06B9E is #0F9461. Grayscale: #989898. Windows color (decimal): -1021026 or 10382320. OLE color: 10382320.

HSL color Cylindrical-coordinate representation of color #F06B9E: hue angle of 336.99º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06B9E is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB240107158-
CMYK00.550.340.06
HSL336.99º81.6%68.04%-
HSV(B)336.99º55.42%94.12%-
XYZ47.3631.5135.93-
YUV152.58131.06190.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.52%
GREEN value IS 107 (42.19% from 255) = 21.19%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=47.52%
G=21.19%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010715800.550.340.06336.9981.668.04
HexF06B9E0372261515244
Octal360153236067426521122104
Binary11110000110101110011110011011110001011010101000110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06B9E; }

 p { color: rgb(240,107,158); }

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

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

 a { background-color: rgb(240,107,158); }

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

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

 span { border-color: rgb(240,107,158); }

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