#F19492

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

Shades of Sweet Pink #F19492

Tints of Sweet Pink #F19492

Color information

#F19492 (or 0xF19492) is unknown color: approx Sweet Pink. HEX triplet: F1, 94 and 92. RGB value is (241,148,146). Sum of RGB (Red+Green+Blue) = 241+148+146=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F19492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19492 is #0E6B6D. Grayscale: #AFAFAF. Windows color (decimal): -945006 or 9606385. OLE color: 9606385.

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

Color convert

RGB241148146-
CMYK00.390.390.05
HSL1.26º77.24%75.88%-
HSV(B)1.26º39.42%94.51%-
XYZ52.0541.9632.55-
YUV175.58111.31174.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=45.05%
G=27.66%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114814600.390.390.051.2677.2475.88
HexF1949202727514d4c
Octal3612242220474751115114
Binary1111000110010100100100100100111100111101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19492; }

 p { color: rgb(241,148,146); }

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

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

 a { background-color: rgb(241,148,146); }

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

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

 span { border-color: rgb(241,148,146); }

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