#F78294

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

Shades of Carissma #F78294

Tints of Carissma #F78294

Color information

#F78294 (or 0xF78294) is unknown color: approx Carissma. HEX triplet: F7, 82 and 94. RGB value is (247,130,148). Sum of RGB (Red+Green+Blue) = 247+130+148=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F78294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78294 is #087D6B. Grayscale: #A7A7A7. Windows color (decimal): -556396 or 9732855. OLE color: 9732855.

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

Color convert

RGB247130148-
CMYK00.470.400.03
HSL350.77º87.97%73.92%-
HSV(B)350.77º47.37%96.86%-
XYZ51.6937.8832.6-
YUV167.04117.26185.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.05%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=47.05%
G=24.76%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713014800.470.400.03350.7787.9773.92
HexF7829402F28315f584a
Octal367202224057503537130112
Binary11110111100000101001010001011111010001110101111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78294; }

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

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

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

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

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

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

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

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