#F1779A

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

Shades of Carissma #F1779A

Tints of Carissma #F1779A

Color information

#F1779A (or 0xF1779A) is unknown color: approx Carissma. HEX triplet: F1, 77 and 9A. RGB value is (241,119,154). Sum of RGB (Red+Green+Blue) = 241+119+154=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1779A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1779A is #0E8865. Grayscale: #9F9F9F. Windows color (decimal): -952422 or 10123249. OLE color: 10123249.

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

Color convert

RGB241119154-
CMYK00.510.360.05
HSL342.79º81.33%70.59%-
HSV(B)342.79º50.62%94.51%-
XYZ48.7134.2334.61-
YUV159.47124.92186.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 119 (46.88% from 255) = 23.15%
BLUE value IS 154 (60.55% from 255) = 29.96%
R=46.89%
G=23.15%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111915400.510.360.05342.7981.3370.59
HexF1779A0332451575147
Octal361167232063445527121107
Binary11110001111011110011010011001110010010110101011110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1779A; }

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

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

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

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

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

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

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

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