#F17F8F

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

Shades of Carissma #F17F8F

Tints of Carissma #F17F8F

Color information

#F17F8F (or 0xF17F8F) is unknown color: approx Carissma. HEX triplet: F1, 7F and 8F. RGB value is (241,127,143). Sum of RGB (Red+Green+Blue) = 241+127+143=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17F8F is #0E8070. Grayscale: #A2A2A2. Windows color (decimal): -950385 or 9404401. OLE color: 9404401.

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

Color convert

RGB241127143-
CMYK00.470.410.05
HSL351.58º80.28%72.16%-
HSV(B)351.58º47.3%94.51%-
XYZ48.8235.8630.34-
YUV162.91116.77183.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.16%
GREEN value IS 127 (50% from 255) = 24.85%
BLUE value IS 143 (56.25% from 255) = 27.98%
R=47.16%
G=24.85%
B=27.98%

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
Decimal24112714300.470.410.05351.5880.2872.16
HexF17F8F02F2951605048
Octal361177217057515540120110
Binary11110001111111110001111010111110100110110110000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17F8F; }

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

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

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

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

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

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

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

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