Html Css Color HEX #F77994 Carissma

📋 copy color: '#F77994'

red 247 ◦ green 121 ◦ blue 148

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

Shades of Carissma #F77994

Tints of Carissma #F77994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.45%

 BLUE value IS 148 (58.2% from 255) = 28.68%

R = 47.87%
G = 23.45%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F77994 (or 0xF77994) is known color: Carissma. HEX triplet: F7, 79 and 94. RGB value is (247,121,148). Sum of RGB (Red+Green+Blue) = 247+121+148=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F77994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77994 is #08866B. Grayscale: #A1A1A1. Windows color (decimal): -558700 or 9730551. OLE color: 9730551.

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

Color convert

RGB 247 121 148 -
CMYK 0 0.51 0.40 0.03
HSL 347.14º 0.89% 0.72% -
HSV(B) 347.14º 0.51% 0.97% -
XYZ 50.54 35.59 32.22 -
YUV 161.75 120.24 188.8 -
System Red Green Blue C M Y K H S L
Decimal 247 121 148 0 0.51 0.40 0.03 347.14 0.89 0.72
Hex F7 79 94 0 33 28 3 15B 59 48
Octal 367 171 224 0 63 50 3 533 131 110
Binary 11110111 1111001 10010100 0 110011 101000 11 101011011 1011001 1001000

Color Harmonies of #F77994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77994

Black with #F77994

Text Example


Text Example

White with #F77994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77994; }

 p { color: rgb(247,121,148); }

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

background-color css

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

 a { background-color: rgb(247,121,148); }

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

border-color css

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

 span { border-color: rgb(247,121,148); }

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