#F3818B

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

Shades of Carissma #F3818B

Tints of Carissma #F3818B

Color information

#F3818B (or 0xF3818B) is unknown color: approx Carissma. HEX triplet: F3, 81 and 8B. RGB value is (243,129,139). Sum of RGB (Red+Green+Blue) = 243+129+139=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F3818B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3818B is #0C7E74. Grayscale: #A4A4A4. Windows color (decimal): -818805 or 9142771. OLE color: 9142771.

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

Color convert

RGB243129139-
CMYK00.470.430.05
HSL354.74º82.61%72.94%-
HSV(B)354.74º46.91%95.29%-
XYZ49.4736.6228.89-
YUV164.23113.77184.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.55%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=47.55%
G=25.24%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312913900.470.430.05354.7482.6172.94
HexF3818B02F2B51635349
Octal363201213057535543123111
Binary111100111000000110001011010111110101110110110001110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3818B; }

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

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

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

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

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

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

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

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