#F38F84

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

Shades of Sweet Pink #F38F84

Tints of Sweet Pink #F38F84

Color information

#F38F84 (or 0xF38F84) is unknown color: approx Sweet Pink. HEX triplet: F3, 8F and 84. RGB value is (243,143,132). Sum of RGB (Red+Green+Blue) = 243+143+132=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38F84 is #0C707B. Grayscale: #ABABAB. Windows color (decimal): -815228 or 8687603. OLE color: 8687603.

HSL color Cylindrical-coordinate representation of color #F38F84: hue angle of 5.95º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F38F84 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB243143132-
CMYK00.410.460.05
HSL5.95º82.22%73.53%-
HSV(B)5.95º45.68%95.29%-
XYZ50.9540.3726.94-
YUV171.65105.63178.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.91%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 132 (51.95% from 255) = 25.48%
R=46.91%
G=27.61%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314313200.410.460.055.9582.2273.53
HexF38F840292E56524a
Octal3632172040515656122112
Binary111100111000111110000100010100110111010111010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38F84; }

 p { color: rgb(243,143,132); }

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

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

 a { background-color: rgb(243,143,132); }

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

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

 span { border-color: rgb(243,143,132); }

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