#F2938A

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

Shades of Sweet Pink #F2938A

Tints of Sweet Pink #F2938A

Color information

#F2938A (or 0xF2938A) is unknown color: approx Sweet Pink. HEX triplet: F2, 93 and 8A. RGB value is (242,147,138). Sum of RGB (Red+Green+Blue) = 242+147+138=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2938A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2938A is #0D6C75. Grayscale: #AEAEAE. Windows color (decimal): -879734 or 9081842. OLE color: 9081842.

HSL color Cylindrical-coordinate representation of color #F2938A: hue angle of 5.19º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2938A is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB242147138-
CMYK00.390.430.05
HSL5.19º80%74.51%-
HSV(B)5.19º42.98%94.9%-
XYZ51.6441.5829.35-
YUV174.38107.47176.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.92%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=45.92%
G=27.89%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214713800.390.430.055.198074.51
HexF2938A0272B55504b
Octal3622232120475355120113
Binary111100101001001110001010010011110101110110110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2938A; }

 p { color: rgb(242,147,138); }

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

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

 a { background-color: rgb(242,147,138); }

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

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

 span { border-color: rgb(242,147,138); }

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