#F38290

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

Shades of Carissma #F38290

Tints of Carissma #F38290

Color information

#F38290 (or 0xF38290) is unknown color: approx Carissma. HEX triplet: F3, 82 and 90. RGB value is (243,130,144). Sum of RGB (Red+Green+Blue) = 243+130+144=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F38290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38290 is #0C7D6F. Grayscale: #A5A5A5. Windows color (decimal): -818544 or 9470707. OLE color: 9470707.

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

Color convert

RGB243130144-
CMYK00.470.410.05
HSL352.57º82.48%73.14%-
HSV(B)352.57º46.5%95.29%-
XYZ49.9837.0330.9-
YUV165.38115.94183.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.00%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 144 (56.64% from 255) = 27.85%
R=47.00%
G=25.15%
B=27.85%

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
Decimal24313014400.470.410.05352.5782.4873.14
HexF3829002F2951615249
Octal363202220057515541122111
Binary111100111000001010010000010111110100110110110000110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38290; }

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

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

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

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

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

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

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

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