Html Css Color HEX #F77C95 Carissma

📋 copy color: '#F77C95'

red 247 ◦ green 124 ◦ blue 149

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

Shades of Carissma #F77C95

Tints of Carissma #F77C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 47.5%
G = 23.85%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F77C95 (or 0xF77C95) is known color: Carissma. HEX triplet: F7, 7C and 95. RGB value is (247,124,149). Sum of RGB (Red+Green+Blue) = 247+124+149=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77C95 is #08836A. Grayscale: #A3A3A3. Windows color (decimal): -557931 or 9796855. OLE color: 9796855.

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

Color convert

RGB 247 124 149 -
CMYK 0 0.50 0.40 0.03
HSL 347.8º 0.88% 0.73% -
HSV(B) 347.8º 0.5% 0.97% -
XYZ 50.99 36.36 32.76 -
YUV 163.63 119.75 187.47 -
System Red Green Blue C M Y K H S L
Decimal 247 124 149 0 0.50 0.40 0.03 347.8 0.88 0.73
Hex F7 7C 95 0 32 28 3 15C 58 49
Octal 367 174 225 0 62 50 3 534 130 111
Binary 11110111 1111100 10010101 0 110010 101000 11 101011100 1011000 1001001

Color Harmonies of #F77C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77C95

Black with #F77C95

Text Example


Text Example

White with #F77C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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