#F3818C

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

Shades of Carissma #F3818C

Tints of Carissma #F3818C

Color information

#F3818C (or 0xF3818C) is unknown color: approx Carissma. HEX triplet: F3, 81 and 8C. RGB value is (243,129,140). Sum of RGB (Red+Green+Blue) = 243+129+140=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3818C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3818C is #0C7E73. Grayscale: #A4A4A4. Windows color (decimal): -818804 or 9208307. OLE color: 9208307.

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

Color convert

RGB243129140-
CMYK00.470.420.05
HSL354.21º82.61%72.94%-
HSV(B)354.21º46.91%95.29%-
XYZ49.5536.6529.27-
YUV164.34114.27184.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.46%
GREEN value IS 129 (50.78% from 255) = 25.20%
BLUE value IS 140 (55.08% from 255) = 27.34%
R=47.46%
G=25.20%
B=27.34%

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
Decimal24312914000.470.420.05354.2182.6172.94
HexF3818C02F2A51625349
Octal363201214057525542123111
Binary111100111000000110001100010111110101010110110001010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3818C; }

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

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

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

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

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

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

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

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