#F38099

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

Shades of Carissma #F38099

Tints of Carissma #F38099

Color information

#F38099 (or 0xF38099) is unknown color: approx Carissma. HEX triplet: F3, 80 and 99. RGB value is (243,128,153). Sum of RGB (Red+Green+Blue) = 243+128+153=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F38099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38099 is #0C7F66. Grayscale: #A5A5A5. Windows color (decimal): -819047 or 10060019. OLE color: 10060019.

HSL color Cylindrical-coordinate representation of color #F38099: hue angle of 346.96º 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 #F38099 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB243128153-
CMYK00.470.370.05
HSL346.96º82.73%72.75%-
HSV(B)346.96º47.33%95.29%-
XYZ50.4336.7934.58-
YUV165.24121.1183.47-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.37%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=46.37%
G=24.43%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312815300.470.370.05346.9682.7372.75
HexF3809902F25515b5349
Octal363200231057455533123111
Binary111100111000000010011001010111110010110110101101110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38099; }

 p { color: rgb(243,128,153); }

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

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

 a { background-color: rgb(243,128,153); }

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

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

 span { border-color: rgb(243,128,153); }

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