#F7768D

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

Shades of Carissma #F7768D

Tints of Carissma #F7768D

Color information

#F7768D (or 0xF7768D) is unknown color: approx Carissma. HEX triplet: F7, 76 and 8D. RGB value is (247,118,141). Sum of RGB (Red+Green+Blue) = 247+118+141=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F7768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7768D is #088972. Grayscale: #9F9F9F. Windows color (decimal): -559475 or 9271031. OLE color: 9271031.

HSL color Cylindrical-coordinate representation of color #F7768D: hue angle of 349.3º 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 #F7768D is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB247118141-
CMYK00.520.430.03
HSL349.3º88.97%71.57%-
HSV(B)349.3º52.23%96.86%-
XYZ49.6434.6529.27-
YUV159.19117.74190.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.81%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=48.81%
G=23.32%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711814100.520.430.03349.388.9771.57
HexF7768D0342B315d5948
Octal367166215064533535131110
Binary1111011111101101000110101101001010111110101110110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7768D; }

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

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

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

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

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

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

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

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