#f08093

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

Shades of Carissma #F08093

Tints of Carissma #F08093

Color information

#F08093 (or 0xF08093) is unknown color: approx Carissma. HEX triplet: F0, 80 and 93. RGB value is (240,128,147). Sum of RGB (Red+Green+Blue) = 240+128+147=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F08093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08093 is #0F7F6C. Grayscale: #A3A3A3. Windows color (decimal): -1015661 or 9666800. OLE color: 9666800.

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

Color convert

RGB240128147-
CMYK00.470.390.06
HSL349.82º78.87%72.16%-
HSV(B)349.82º46.67%94.12%-
XYZ48.9236.0731.99-
YUV163.65118.61182.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.60%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=46.60%
G=24.85%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012814700.470.390.06349.8278.8772.16
HexF0809302F27615e4f48
Octal360200223057476536117110
Binary111100001000000010010011010111110011111010101111010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f08093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f08093; }

 p { color: rgb(240,128,147); }

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

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

 a { background-color: rgb(240,128,147); }

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

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

 span { border-color: rgb(240,128,147); }

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