#F17D84

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

Shades of Carissma #F17D84

Tints of Carissma #F17D84

Color information

#F17D84 (or 0xF17D84) is unknown color: approx Carissma. HEX triplet: F1, 7D and 84. RGB value is (241,125,132). Sum of RGB (Red+Green+Blue) = 241+125+132=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17D84 is #0E827B. Grayscale: #A0A0A0. Windows color (decimal): -950908 or 8682993. OLE color: 8682993.

HSL color Cylindrical-coordinate representation of color #F17D84: hue angle of 356.38º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17D84 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB241125132-
CMYK00.480.450.05
HSL356.38º80.56%71.76%-
HSV(B)356.38º48.13%94.51%-
XYZ47.7735.0326.07-
YUV160.48111.93185.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.39%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=48.39%
G=25.10%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112513200.480.450.05356.3880.5671.76
HexF17D840302D51645148
Octal361175204060555544121110
Binary11110001111110110000100011000010110110110110010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17D84; }

 p { color: rgb(241,125,132); }

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

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

 a { background-color: rgb(241,125,132); }

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

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

 span { border-color: rgb(241,125,132); }

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