#F77294

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

Shades of Carissma #F77294

Tints of Carissma #F77294

Color information

#F77294 (or 0xF77294) is unknown color: approx Carissma. HEX triplet: F7, 72 and 94. RGB value is (247,114,148). Sum of RGB (Red+Green+Blue) = 247+114+148=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F77294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77294 is #088D6B. Grayscale: #9D9D9D. Windows color (decimal): -560492 or 9728759. OLE color: 9728759.

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

Color convert

RGB247114148-
CMYK00.540.400.03
HSL344.66º89.26%70.78%-
HSV(B)344.66º53.85%96.86%-
XYZ49.7233.9531.95-
YUV157.64122.56191.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.53%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=48.53%
G=22.40%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711414800.540.400.03344.6689.2670.78
HexF772940362831595947
Octal367162224066503531131107
Binary1111011111100101001010001101101010001110101100110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77294; }

 p { color: rgb(247,114,148); }

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

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

 a { background-color: rgb(247,114,148); }

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

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

 span { border-color: rgb(247,114,148); }

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