#F38498

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

Shades of Carissma #F38498

Tints of Carissma #F38498

Color information

#F38498 (or 0xF38498) is unknown color: approx Carissma. HEX triplet: F3, 84 and 98. RGB value is (243,132,152). Sum of RGB (Red+Green+Blue) = 243+132+152=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F38498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38498 is #0C7B67. Grayscale: #A7A7A7. Windows color (decimal): -818024 or 9995507. OLE color: 9995507.

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

Color convert

RGB243132152-
CMYK00.460.370.05
HSL349.19º82.22%73.53%-
HSV(B)349.19º45.68%95.29%-
XYZ50.8837.8234.32-
YUV167.47119.27181.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.11%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=46.11%
G=25.05%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313215200.460.370.05349.1982.2273.53
HexF3849802E25515d524a
Octal363204230056455535122112
Binary111100111000010010011000010111010010110110101110110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38498; }

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

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

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

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

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

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

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

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