#F17D8A

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

Shades of Carissma #F17D8A

Tints of Carissma #F17D8A

Color information

#F17D8A (or 0xF17D8A) is unknown color: approx Carissma. HEX triplet: F1, 7D and 8A. RGB value is (241,125,138). Sum of RGB (Red+Green+Blue) = 241+125+138=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17D8A is #0E8275. Grayscale: #A1A1A1. Windows color (decimal): -950902 or 9076209. OLE color: 9076209.

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

Color convert

RGB241125138-
CMYK00.480.430.05
HSL353.28º80.56%71.76%-
HSV(B)353.28º48.13%94.51%-
XYZ48.235.228.3-
YUV161.17114.93184.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.82%
GREEN value IS 125 (49.22% from 255) = 24.80%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=47.82%
G=24.80%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112513800.480.430.05353.2880.5671.76
HexF17D8A0302B51615148
Octal361175212060535541121110
Binary11110001111110110001010011000010101110110110000110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17D8A; }

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

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

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

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

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

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

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

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