#F3818A

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

Shades of Carissma #F3818A

Tints of Carissma #F3818A

Color information

#F3818A (or 0xF3818A) is unknown color: approx Carissma. HEX triplet: F3, 81 and 8A. RGB value is (243,129,138). Sum of RGB (Red+Green+Blue) = 243+129+138=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F3818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3818A is #0C7E75. Grayscale: #A4A4A4. Windows color (decimal): -818806 or 9077235. OLE color: 9077235.

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

Color convert

RGB243129138-
CMYK00.470.430.05
HSL355.26º82.61%72.94%-
HSV(B)355.26º46.91%95.29%-
XYZ49.436.5928.5-
YUV164.11113.27184.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.65%
GREEN value IS 129 (50.78% from 255) = 25.29%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=47.65%
G=25.29%
B=27.06%

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
Decimal24312913800.470.430.05355.2682.6172.94
HexF3818A02F2B51635349
Octal363201212057535543123111
Binary111100111000000110001010010111110101110110110001110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3818A; }

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

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

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

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

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

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

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

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