#F18290

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

Shades of Carissma #F18290

Tints of Carissma #F18290

Color information

#F18290 (or 0xF18290) is unknown color: approx Carissma. HEX triplet: F1, 82 and 90. RGB value is (241,130,144). Sum of RGB (Red+Green+Blue) = 241+130+144=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F18290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18290 is #0E7D6F. Grayscale: #A4A4A4. Windows color (decimal): -949616 or 9470705. OLE color: 9470705.

HSL color Cylindrical-coordinate representation of color #F18290: hue angle of 352.43º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F18290 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB241130144-
CMYK00.460.400.05
HSL352.43º79.86%72.75%-
HSV(B)352.43º46.06%94.51%-
XYZ49.2936.6830.87-
YUV164.78116.27182.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=46.80%
G=25.24%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113014400.460.400.05352.4379.8672.75
HexF1829002E2851605049
Octal361202220056505540120111
Binary111100011000001010010000010111010100010110110000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18290; }

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

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

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

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

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

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

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

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