#F99693

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

Shades of Sweet Pink #F99693

Tints of Sweet Pink #F99693

Color information

#F99693 (or 0xF99693) is unknown color: approx Sweet Pink. HEX triplet: F9, 96 and 93. RGB value is (249,150,147). Sum of RGB (Red+Green+Blue) = 249+150+147=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F99693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99693 is #06696C. Grayscale: #B3B3B3. Windows color (decimal): -420205 or 9672441. OLE color: 9672441.

HSL color Cylindrical-coordinate representation of color #F99693: hue angle of 1.76º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F99693 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB249150147-
CMYK00.400.410.02
HSL1.76º89.47%77.65%-
HSV(B)1.76º40.96%97.65%-
XYZ55.2444.0633.2-
YUV179.26109.8177.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.60%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 147 (57.81% from 255) = 26.92%
R=45.60%
G=27.47%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915014700.400.410.021.7689.4777.65
HexF996930282922594e
Octal3712262230505122131116
Binary1111100110010110100100110101000101001101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99693; }

 p { color: rgb(249,150,147); }

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

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

 a { background-color: rgb(249,150,147); }

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

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

 span { border-color: rgb(249,150,147); }

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