#F1749A

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

Shades of Carissma #F1749A

Tints of Carissma #F1749A

Color information

#F1749A (or 0xF1749A) is unknown color: approx Carissma. HEX triplet: F1, 74 and 9A. RGB value is (241,116,154). Sum of RGB (Red+Green+Blue) = 241+116+154=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F1749A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1749A is #0E8B65. Grayscale: #9D9D9D. Windows color (decimal): -953190 or 10122481. OLE color: 10122481.

HSL color Cylindrical-coordinate representation of color #F1749A: hue angle of 341.76º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1749A is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241116154-
CMYK00.520.360.05
HSL341.76º81.7%70%-
HSV(B)341.76º51.87%94.51%-
XYZ48.3533.5234.49-
YUV157.71125.91187.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.16%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=47.16%
G=22.70%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111615400.520.360.05341.7681.770
HexF1749A0342451565246
Octal361164232064445526122106
Binary11110001111010010011010011010010010010110101011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1749A; }

 p { color: rgb(241,116,154); }

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

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

 a { background-color: rgb(241,116,154); }

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

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

 span { border-color: rgb(241,116,154); }

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