#F77A93

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

Shades of Carissma #F77A93

Tints of Carissma #F77A93

Color information

#F77A93 (or 0xF77A93) is unknown color: approx Carissma. HEX triplet: F7, 7A and 93. RGB value is (247,122,147). Sum of RGB (Red+Green+Blue) = 247+122+147=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77A93 is #08856C. Grayscale: #A2A2A2. Windows color (decimal): -558445 or 9665271. OLE color: 9665271.

HSL color Cylindrical-coordinate representation of color #F77A93: hue angle of 348º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77A93 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB247122147-
CMYK00.510.400.03
HSL348º88.65%72.35%-
HSV(B)348º50.61%96.86%-
XYZ50.5835.831.85-
YUV162.22119.41188.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.87%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=47.87%
G=23.64%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712214700.510.400.0334888.6572.35
HexF77A9303328315c5948
Octal367172223063503534131110
Binary1111011111110101001001101100111010001110101110010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77A93; }

 p { color: rgb(247,122,147); }

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

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

 a { background-color: rgb(247,122,147); }

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

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

 span { border-color: rgb(247,122,147); }

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