#F38394

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

Shades of Carissma #F38394

Tints of Carissma #F38394

Color information

#F38394 (or 0xF38394) is unknown color: approx Carissma. HEX triplet: F3, 83 and 94. RGB value is (243,131,148). Sum of RGB (Red+Green+Blue) = 243+131+148=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 243 - color contains mainly: red. Hex color #F38394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38394 is #0C7C6B. Grayscale: #A6A6A6. Windows color (decimal): -818284 or 9733107. OLE color: 9733107.

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

Color convert

RGB243131148-
CMYK00.460.390.05
HSL350.89º82.35%73.33%-
HSV(B)350.89º46.09%95.29%-
XYZ50.4237.4332.58-
YUV166.43117.61182.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.55%
GREEN value IS 131 (51.56% from 255) = 25.10%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=46.55%
G=25.10%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313114800.460.390.05350.8982.3573.33
HexF3839402E27515f5249
Octal363203224056475537122111
Binary111100111000001110010100010111010011110110101111110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38394; }

 p { color: rgb(243,131,148); }

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

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

 a { background-color: rgb(243,131,148); }

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

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

 span { border-color: rgb(243,131,148); }

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