#F3818F

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

Shades of Carissma #F3818F

Tints of Carissma #F3818F

Color information

#F3818F (or 0xF3818F) is unknown color: approx Carissma. HEX triplet: F3, 81 and 8F. RGB value is (243,129,143). Sum of RGB (Red+Green+Blue) = 243+129+143=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F3818F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3818F is #0C7E70. Grayscale: #A4A4A4. Windows color (decimal): -818801 or 9404915. OLE color: 9404915.

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

Color convert

RGB243129143-
CMYK00.470.410.05
HSL352.63º82.61%72.94%-
HSV(B)352.63º46.91%95.29%-
XYZ49.7736.7430.45-
YUV164.68115.77183.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.18%
GREEN value IS 129 (50.78% from 255) = 25.05%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=47.18%
G=25.05%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312914300.470.410.05352.6382.6172.94
HexF3818F02F2951615349
Octal363201217057515541123111
Binary111100111000000110001111010111110100110110110000110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3818F; }

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

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

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

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

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

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

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

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