#F17D8E

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

Shades of Carissma #F17D8E

Tints of Carissma #F17D8E

Color information

#F17D8E (or 0xF17D8E) is unknown color: approx Carissma. HEX triplet: F1, 7D and 8E. RGB value is (241,125,142). Sum of RGB (Red+Green+Blue) = 241+125+142=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17D8E is #0E8271. Grayscale: #A1A1A1. Windows color (decimal): -950898 or 9338353. OLE color: 9338353.

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

Color convert

RGB241125142-
CMYK00.480.410.05
HSL351.21º80.56%71.76%-
HSV(B)351.21º48.13%94.51%-
XYZ48.4935.3229.85-
YUV161.62116.93184.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.44%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=47.44%
G=24.61%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112514200.480.410.05351.2180.5671.76
HexF17D8E03029515f5148
Octal361175216060515537121110
Binary11110001111110110001110011000010100110110101111110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17D8E; }

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

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

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

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

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

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

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

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