#F17F8E

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

Shades of Carissma #F17F8E

Tints of Carissma #F17F8E

Color information

#F17F8E (or 0xF17F8E) is unknown color: approx Carissma. HEX triplet: F1, 7F and 8E. RGB value is (241,127,142). Sum of RGB (Red+Green+Blue) = 241+127+142=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17F8E is #0E8071. Grayscale: #A2A2A2. Windows color (decimal): -950386 or 9338865. OLE color: 9338865.

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

Color convert

RGB241127142-
CMYK00.470.410.05
HSL352.11º80.28%72.16%-
HSV(B)352.11º47.3%94.51%-
XYZ48.7535.8329.94-
YUV162.8116.27183.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.25%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=47.25%
G=24.90%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112714200.470.410.05352.1180.2872.16
HexF17F8E02F2951605048
Octal361177216057515540120110
Binary11110001111111110001110010111110100110110110000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17F8E; }

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

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

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

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

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

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

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

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