#F38297

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

Shades of Carissma #F38297

Tints of Carissma #F38297

Color information

#F38297 (or 0xF38297) is unknown color: approx Carissma. HEX triplet: F3, 82 and 97. RGB value is (243,130,151). Sum of RGB (Red+Green+Blue) = 243+130+151=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F38297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38297 is #0C7D68. Grayscale: #A6A6A6. Windows color (decimal): -818537 or 9929459. OLE color: 9929459.

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

Color convert

RGB243130151-
CMYK00.470.380.05
HSL348.85º82.48%73.14%-
HSV(B)348.85º46.5%95.29%-
XYZ50.5337.2533.81-
YUV166.18119.44182.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.37%
GREEN value IS 130 (51.17% from 255) = 24.81%
BLUE value IS 151 (59.38% from 255) = 28.82%
R=46.37%
G=24.81%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313015100.470.380.05348.8582.4873.14
HexF3829702F26515d5249
Octal363202227057465535122111
Binary111100111000001010010111010111110011010110101110110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38297; }

 p { color: rgb(243,130,151); }

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

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

 a { background-color: rgb(243,130,151); }

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

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

 span { border-color: rgb(243,130,151); }

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