#F08398

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

Shades of Carissma #F08398

Tints of Carissma #F08398

Color information

#F08398 (or 0xF08398) is unknown color: approx Carissma. HEX triplet: F0, 83 and 98. RGB value is (240,131,152). Sum of RGB (Red+Green+Blue) = 240+131+152=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F08398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08398 is #0F7C67. Grayscale: #A6A6A6. Windows color (decimal): -1014888 or 9995248. OLE color: 9995248.

HSL color Cylindrical-coordinate representation of color #F08398: hue angle of 348.44º 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 #F08398 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240131152-
CMYK00.450.370.06
HSL348.44º78.42%72.75%-
HSV(B)348.44º45.42%94.12%-
XYZ49.7237.0234.23-
YUV165.98120.11180.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.89%
GREEN value IS 131 (51.56% from 255) = 25.05%
BLUE value IS 152 (59.77% from 255) = 29.06%
R=45.89%
G=25.05%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013115200.450.370.06348.4478.4272.75
HexF0839802D25615c4e49
Octal360203230055456534116111
Binary111100001000001110011000010110110010111010101110010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08398; }

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

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

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

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

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

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

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

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