#F88093

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

Shades of Carissma #F88093

Tints of Carissma #F88093

Color information

#F88093 (or 0xF88093) is unknown color: approx Carissma. HEX triplet: F8, 80 and 93. RGB value is (248,128,147). Sum of RGB (Red+Green+Blue) = 248+128+147=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F88093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88093 is #077F6C. Grayscale: #A6A6A6. Windows color (decimal): -491373 or 9666808. OLE color: 9666808.

HSL color Cylindrical-coordinate representation of color #F88093: hue angle of 350.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F88093 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB248128147-
CMYK00.480.410.03
HSL350.5º89.55%73.73%-
HSV(B)350.5º48.39%97.25%-
XYZ51.737.532.12-
YUV166.05117.26186.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.42%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 147 (57.81% from 255) = 28.11%
R=47.42%
G=24.47%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812814700.480.410.03350.589.5573.73
HexF8809303029315e5a4a
Octal370200223060513536132112
Binary11111000100000001001001101100001010011110101111010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88093; }

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

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

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

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

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

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

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

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