#F3818D

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

Shades of Carissma #F3818D

Tints of Carissma #F3818D

Color information

#F3818D (or 0xF3818D) is unknown color: approx Carissma. HEX triplet: F3, 81 and 8D. RGB value is (243,129,141). Sum of RGB (Red+Green+Blue) = 243+129+141=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F3818D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3818D is #0C7E72. Grayscale: #A4A4A4. Windows color (decimal): -818803 or 9273843. OLE color: 9273843.

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

Color convert

RGB243129141-
CMYK00.470.420.05
HSL353.68º82.61%72.94%-
HSV(B)353.68º46.91%95.29%-
XYZ49.6236.6829.66-
YUV164.45114.77184.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.37%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=47.37%
G=25.15%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312914100.470.420.05353.6882.6172.94
HexF3818D02F2A51625349
Octal363201215057525542123111
Binary111100111000000110001101010111110101010110110001010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3818D; }

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

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

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

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

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

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

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

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