Html Css Color HEX #F77C93 Carissma

📋 copy color: '#F77C93'

red 247 ◦ green 124 ◦ blue 147

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

Shades of Carissma #F77C93

Tints of Carissma #F77C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.38%

R = 47.68%
G = 23.94%
B = 28.38%

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

#F77C93 (or 0xF77C93) is known color: Carissma. HEX triplet: F7, 7C and 93. RGB value is (247,124,147). Sum of RGB (Red+Green+Blue) = 247+124+147=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77C93 is #08836C. Grayscale: #A3A3A3. Windows color (decimal): -557933 or 9665783. OLE color: 9665783.

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

Color convert

RGB 247 124 147 -
CMYK 0 0.50 0.40 0.03
HSL 348.78º 0.88% 0.73% -
HSV(B) 348.78º 0.5% 0.97% -
XYZ 50.83 36.3 31.93 -
YUV 163.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 247 124 147 0 0.50 0.40 0.03 348.78 0.88 0.73
Hex F7 7C 93 0 32 28 3 15D 58 49
Octal 367 174 223 0 62 50 3 535 130 111
Binary 11110111 1111100 10010011 0 110010 101000 11 101011101 1011000 1001001

Color Harmonies of #F77C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77C93

Black with #F77C93

Text Example


Text Example

White with #F77C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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