#F08190

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

Shades of Carissma #F08190

Tints of Carissma #F08190

Color information

#F08190 (or 0xF08190) is unknown color: approx Carissma. HEX triplet: F0, 81 and 90. RGB value is (240,129,144). Sum of RGB (Red+Green+Blue) = 240+129+144=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F08190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08190 is #0F7E6F. Grayscale: #A3A3A3. Windows color (decimal): -1015408 or 9470448. OLE color: 9470448.

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

Color convert

RGB240129144-
CMYK00.460.40.06
HSL351.89º78.72%72.35%-
HSV(B)351.89º46.25%94.12%-
XYZ48.8236.2430.81-
YUV163.9116.77182.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=46.78%
G=25.15%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012914400.460.40.06351.8978.7272.35
HexF0819002E2861604f48
Octal360201220056506540117110
Binary111100001000000110010000010111010100011010110000010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08190; }

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

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

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

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

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

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

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

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