#F38393

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

Shades of Carissma #F38393

Tints of Carissma #F38393

Color information

#F38393 (or 0xF38393) is unknown color: approx Carissma. HEX triplet: F3, 83 and 93. RGB value is (243,131,147). Sum of RGB (Red+Green+Blue) = 243+131+147=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F38393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38393 is #0C7C6C. Grayscale: #A6A6A6. Windows color (decimal): -818285 or 9667571. OLE color: 9667571.

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

Color convert

RGB243131147-
CMYK00.460.400.05
HSL351.43º82.35%73.33%-
HSV(B)351.43º46.09%95.29%-
XYZ50.3437.3932.17-
YUV166.31117.11182.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.64%
GREEN value IS 131 (51.56% from 255) = 25.14%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=46.64%
G=25.14%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313114700.460.400.05351.4382.3573.33
HexF3839302E28515f5249
Octal363203223056505537122111
Binary111100111000001110010011010111010100010110101111110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38393; }

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

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

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

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

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

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

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

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