#F38098

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

Shades of Carissma #F38098

Tints of Carissma #F38098

Color information

#F38098 (or 0xF38098) is unknown color: approx Carissma. HEX triplet: F3, 80 and 98. RGB value is (243,128,152). Sum of RGB (Red+Green+Blue) = 243+128+152=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F38098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38098 is #0C7F67. Grayscale: #A5A5A5. Windows color (decimal): -819048 or 9994483. OLE color: 9994483.

HSL color Cylindrical-coordinate representation of color #F38098: hue angle of 347.48º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F38098 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB243128152-
CMYK00.470.370.05
HSL347.48º82.73%72.75%-
HSV(B)347.48º47.33%95.29%-
XYZ50.3536.7634.15-
YUV165.12120.6183.55-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.46%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 152 (59.77% from 255) = 29.06%
R=46.46%
G=24.47%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312815200.470.370.05347.4882.7372.75
HexF3809802F25515b5349
Octal363200230057455533123111
Binary111100111000000010011000010111110010110110101101110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38098; }

 p { color: rgb(243,128,152); }

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

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

 a { background-color: rgb(243,128,152); }

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

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

 span { border-color: rgb(243,128,152); }

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