#F38192

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

Shades of Carissma #F38192

Tints of Carissma #F38192

Color information

#F38192 (or 0xF38192) is unknown color: approx Carissma. HEX triplet: F3, 81 and 92. RGB value is (243,129,146). Sum of RGB (Red+Green+Blue) = 243+129+146=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F38192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38192 is #0C7E6D. Grayscale: #A5A5A5. Windows color (decimal): -818798 or 9601523. OLE color: 9601523.

HSL color Cylindrical-coordinate representation of color #F38192: hue angle of 351.05º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F38192 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB243129146-
CMYK00.470.400.05
HSL351.05º82.61%72.94%-
HSV(B)351.05º46.91%95.29%-
XYZ5036.8331.67-
YUV165.02117.27183.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.91%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=46.91%
G=24.90%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312914600.470.400.05351.0582.6172.94
HexF3819202F28515f5349
Octal363201222057505537123111
Binary111100111000000110010010010111110100010110101111110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38192; }

 p { color: rgb(243,129,146); }

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

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

 a { background-color: rgb(243,129,146); }

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

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

 span { border-color: rgb(243,129,146); }

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