#F38391

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

Shades of Carissma #F38391

Tints of Carissma #F38391

Color information

#F38391 (or 0xF38391) is unknown color: approx Carissma. HEX triplet: F3, 83 and 91. RGB value is (243,131,145). Sum of RGB (Red+Green+Blue) = 243+131+145=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F38391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38391 is #0C7C6E. Grayscale: #A6A6A6. Windows color (decimal): -818287 or 9536499. OLE color: 9536499.

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

Color convert

RGB243131145-
CMYK00.460.400.05
HSL352.5º82.35%73.33%-
HSV(B)352.5º46.09%95.29%-
XYZ50.1937.3331.35-
YUV166.08116.11182.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.82%
GREEN value IS 131 (51.56% from 255) = 25.24%
BLUE value IS 145 (57.03% from 255) = 27.94%
R=46.82%
G=25.24%
B=27.94%

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
Decimal24313114500.460.400.05352.582.3573.33
HexF3839102E2851605249
Octal363203221056505540122111
Binary111100111000001110010001010111010100010110110000010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38391; }

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

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

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

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

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

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

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

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