#F08390

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

Shades of Carissma #F08390

Tints of Carissma #F08390

Color information

#F08390 (or 0xF08390) is unknown color: approx Carissma. HEX triplet: F0, 83 and 90. RGB value is (240,131,144). Sum of RGB (Red+Green+Blue) = 240+131+144=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F08390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08390 is #0F7C6F. Grayscale: #A5A5A5. Windows color (decimal): -1014896 or 9470960. OLE color: 9470960.

HSL color Cylindrical-coordinate representation of color #F08390: hue angle of 352.84º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08390 is Cyan = 0, Magento = 0.45, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB240131144-
CMYK00.450.40.06
HSL352.84º78.42%72.75%-
HSV(B)352.84º45.42%94.12%-
XYZ49.0936.7730.9-
YUV165.07116.11181.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.60%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=46.60%
G=25.44%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013114400.450.40.06352.8478.4272.75
HexF0839002D2861614e49
Octal360203220055506541116111
Binary111100001000001110010000010110110100011010110000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08390; }

 p { color: rgb(240,131,144); }

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

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

 a { background-color: rgb(240,131,144); }

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

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

 span { border-color: rgb(240,131,144); }

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