#F17198

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

Shades of Carissma #F17198

Tints of Carissma #F17198

Color information

#F17198 (or 0xF17198) is unknown color: approx Carissma. HEX triplet: F1, 71 and 98. RGB value is (241,113,152). Sum of RGB (Red+Green+Blue) = 241+113+152=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F17198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17198 is #0E8E67. Grayscale: #9B9B9B. Windows color (decimal): -953960 or 9990641. OLE color: 9990641.

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

Color convert

RGB241113152-
CMYK00.530.370.05
HSL341.72º82.05%69.41%-
HSV(B)341.72º53.11%94.51%-
XYZ47.8532.7833.51-
YUV155.72125.91188.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 113 (44.53% from 255) = 22.33%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=47.63%
G=22.33%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111315200.530.370.05341.7282.0569.41
HexF171980352551565245
Octal361161230065455526122105
Binary11110001111000110011000011010110010110110101011010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17198; }

 p { color: rgb(241,113,152); }

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

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

 a { background-color: rgb(241,113,152); }

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

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

 span { border-color: rgb(241,113,152); }

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