#F38195

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

Shades of Carissma #F38195

Tints of Carissma #F38195

Color information

#F38195 (or 0xF38195) is unknown color: approx Carissma. HEX triplet: F3, 81 and 95. RGB value is (243,129,149). Sum of RGB (Red+Green+Blue) = 243+129+149=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F38195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38195 is #0C7E6A. Grayscale: #A5A5A5. Windows color (decimal): -818795 or 9798131. OLE color: 9798131.

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

Color convert

RGB243129149-
CMYK00.470.390.05
HSL349.47º82.61%72.94%-
HSV(B)349.47º46.91%95.29%-
XYZ50.2436.9332.91-
YUV165.37118.77183.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.64%
GREEN value IS 129 (50.78% from 255) = 24.76%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=46.64%
G=24.76%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312914900.470.390.05349.4782.6172.94
HexF3819502F27515d5349
Octal363201225057475535123111
Binary111100111000000110010101010111110011110110101110110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38195; }

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

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

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

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

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

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

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

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