#F3838D

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

Shades of Carissma #F3838D

Tints of Carissma #F3838D

Color information

#F3838D (or 0xF3838D) is unknown color: approx Carissma. HEX triplet: F3, 83 and 8D. RGB value is (243,131,141). Sum of RGB (Red+Green+Blue) = 243+131+141=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F3838D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3838D is #0C7C72. Grayscale: #A5A5A5. Windows color (decimal): -818291 or 9274355. OLE color: 9274355.

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

Color convert

RGB243131141-
CMYK00.460.420.05
HSL354.64º82.35%73.33%-
HSV(B)354.64º46.09%95.29%-
XYZ49.8937.2129.75-
YUV165.63114.11183.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.18%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 141 (55.47% from 255) = 27.38%
R=47.18%
G=25.44%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313114100.460.420.05354.6482.3573.33
HexF3838D02E2A51635249
Octal363203215056525543122111
Binary111100111000001110001101010111010101010110110001110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3838D; }

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

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

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

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

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

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

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

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