#F7768F

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

Shades of Carissma #F7768F

Tints of Carissma #F7768F

Color information

#F7768F (or 0xF7768F) is unknown color: approx Carissma. HEX triplet: F7, 76 and 8F. RGB value is (247,118,143). Sum of RGB (Red+Green+Blue) = 247+118+143=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7768F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7768F is #088970. Grayscale: #9F9F9F. Windows color (decimal): -559473 or 9402103. OLE color: 9402103.

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

Color convert

RGB247118143-
CMYK00.520.420.03
HSL348.37º88.97%71.57%-
HSV(B)348.37º52.23%96.86%-
XYZ49.7934.7130.06-
YUV159.42118.74190.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.62%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=48.62%
G=23.23%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711814300.520.420.03348.3788.9771.57
HexF7768F0342A315c5948
Octal367166217064523534131110
Binary1111011111101101000111101101001010101110101110010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7768F; }

 p { color: rgb(247,118,143); }

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

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

 a { background-color: rgb(247,118,143); }

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

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

 span { border-color: rgb(247,118,143); }

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