#F7818C

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

Shades of Carissma #F7818C

Tints of Carissma #F7818C

Color information

#F7818C (or 0xF7818C) is unknown color: approx Carissma. HEX triplet: F7, 81 and 8C. RGB value is (247,129,140). Sum of RGB (Red+Green+Blue) = 247+129+140=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F7818C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7818C is #087E73. Grayscale: #A5A5A5. Windows color (decimal): -556660 or 9208311. OLE color: 9208311.

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

Color convert

RGB247129140-
CMYK00.480.430.03
HSL354.41º88.06%73.73%-
HSV(B)354.41º47.77%96.86%-
XYZ50.9437.3729.34-
YUV165.54113.59186.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.87%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 140 (55.08% from 255) = 27.13%
R=47.87%
G=25%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712914000.480.430.03354.4188.0673.73
HexF7818C0302B3162584a
Octal367201214060533542130112
Binary11110111100000011000110001100001010111110110001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7818C; }

 p { color: rgb(247,129,140); }

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

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

 a { background-color: rgb(247,129,140); }

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

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

 span { border-color: rgb(247,129,140); }

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