Html Css Color HEX #F7768E Carissma

📋 copy color: '#F7768E'

red 247 ◦ green 118 ◦ blue 142

#F7768E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #F7768E

Tints of Carissma #F7768E

RGB

 RED value IS 247 (96.88% from 255) = 48.72%

 GREEN value IS 118 (46.48% from 255) = 23.27%

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 48.72%
G = 23.27%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7768E (or 0xF7768E) is known color: Carissma. HEX triplet: F7, 76 and 8E. RGB value is (247,118,142). Sum of RGB (Red+Green+Blue) = 247+118+142=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F7768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7768E is #088971. Grayscale: #9F9F9F. Windows color (decimal): -559474 or 9336567. OLE color: 9336567.

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

Color convert

RGB 247 118 142 -
CMYK 0 0.52 0.43 0.03
HSL 348.84º 0.89% 0.72% -
HSV(B) 348.84º 0.52% 0.97% -
XYZ 49.72 34.68 29.67 -
YUV 159.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 247 118 142 0 0.52 0.43 0.03 348.84 0.89 0.72
Hex F7 76 8E 0 34 2B 3 15D 59 48
Octal 367 166 216 0 64 53 3 535 131 110
Binary 11110111 1110110 10001110 0 110100 101011 11 101011101 1011001 1001000

Color Harmonies of #F7768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7768E

Black with #F7768E

Text Example


Text Example

White with #F7768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7768E; }

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

 H1.HeaderClassName
 {
   color: #F7768E;
 }
 .AnyTagClassName
 {
   color: #F7768E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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