Html Css Color HEX #F77C86 Carissma

📋 copy color: '#F77C86'

red 247 ◦ green 124 ◦ blue 134

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

Shades of Carissma #F77C86

Tints of Carissma #F77C86

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.55%

 BLUE value IS 134 (52.73% from 255) = 26.53%

R = 48.91%
G = 24.55%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F77C86 (or 0xF77C86) is known color: Carissma. HEX triplet: F7, 7C and 86. RGB value is (247,124,134). Sum of RGB (Red+Green+Blue) = 247+124+134=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77C86 is #088379. Grayscale: #A2A2A2. Windows color (decimal): -557946 or 8813815. OLE color: 8813815.

HSL color Cylindrical-coordinate representation of color #F77C86: hue angle of 355.12º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77C86 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 124 134 -
CMYK 0 0.50 0.46 0.03
HSL 355.12º 0.88% 0.73% -
HSV(B) 355.12º 0.5% 0.97% -
XYZ 49.87 35.91 26.86 -
YUV 161.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 247 124 134 0 0.50 0.46 0.03 355.12 0.88 0.73
Hex F7 7C 86 0 32 2E 3 163 58 49
Octal 367 174 206 0 62 56 3 543 130 111
Binary 11110111 1111100 10000110 0 110010 101110 11 101100011 1011000 1001001

Color Harmonies of #F77C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77C86

Black with #F77C86

Text Example


Text Example

White with #F77C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77C86; }

 p { color: rgb(247,124,134); }

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

background-color css

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

 a { background-color: rgb(247,124,134); }

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

border-color css

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

 span { border-color: rgb(247,124,134); }

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