#F1778D

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

Shades of Carissma #F1778D

Tints of Carissma #F1778D

Color information

#F1778D (or 0xF1778D) is unknown color: approx Carissma. HEX triplet: F1, 77 and 8D. RGB value is (241,119,141). Sum of RGB (Red+Green+Blue) = 241+119+141=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1778D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1778D is #0E8872. Grayscale: #9E9E9E. Windows color (decimal): -952435 or 9271281. OLE color: 9271281.

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

Color convert

RGB241119141-
CMYK00.510.410.05
HSL349.18º81.33%70.59%-
HSV(B)349.18º50.62%94.51%-
XYZ47.6833.8229.21-
YUV157.99118.42187.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 119 (46.88% from 255) = 23.75%
BLUE value IS 141 (55.47% from 255) = 28.14%
R=48.10%
G=23.75%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111914100.510.410.05349.1881.3370.59
HexF1778D03329515d5147
Octal361167215063515535121107
Binary11110001111011110001101011001110100110110101110110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1778D; }

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

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

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

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

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

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

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

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