#F17D8C

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

Shades of Carissma #F17D8C

Tints of Carissma #F17D8C

Color information

#F17D8C (or 0xF17D8C) is unknown color: approx Carissma. HEX triplet: F1, 7D and 8C. RGB value is (241,125,140). Sum of RGB (Red+Green+Blue) = 241+125+140=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17D8C is #0E8273. Grayscale: #A1A1A1. Windows color (decimal): -950900 or 9207281. OLE color: 9207281.

HSL color Cylindrical-coordinate representation of color #F17D8C: hue angle of 352.24º 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 #F17D8C is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB241125140-
CMYK00.480.420.05
HSL352.24º80.56%71.76%-
HSV(B)352.24º48.13%94.51%-
XYZ48.3435.2629.07-
YUV161.39115.93184.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 125 (49.22% from 255) = 24.70%
BLUE value IS 140 (55.08% from 255) = 27.67%
R=47.63%
G=24.70%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112514000.480.420.05352.2480.5671.76
HexF17D8C0302A51605148
Octal361175214060525540121110
Binary11110001111110110001100011000010101010110110000010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17D8C; }

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

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

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

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

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

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

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

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