Html Css Color HEX #F77995 Carissma

📋 copy color: '#F77995'

red 247 ◦ green 121 ◦ blue 149

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

Shades of Carissma #F77995

Tints of Carissma #F77995

RGB

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

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

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

R = 47.78%
G = 23.4%
B = 28.82%

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

#F77995 (or 0xF77995) is known color: Carissma. HEX triplet: F7, 79 and 95. RGB value is (247,121,149). Sum of RGB (Red+Green+Blue) = 247+121+149=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F77995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77995 is #08866A. Grayscale: #A1A1A1. Windows color (decimal): -558699 or 9796087. OLE color: 9796087.

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

Color convert

RGB 247 121 149 -
CMYK 0 0.51 0.40 0.03
HSL 346.67º 0.89% 0.72% -
HSV(B) 346.67º 0.51% 0.97% -
XYZ 50.62 35.62 32.64 -
YUV 161.87 120.74 188.72 -
System Red Green Blue C M Y K H S L
Decimal 247 121 149 0 0.51 0.40 0.03 346.67 0.89 0.72
Hex F7 79 95 0 33 28 3 15B 59 48
Octal 367 171 225 0 63 50 3 533 131 110
Binary 11110111 1111001 10010101 0 110011 101000 11 101011011 1011001 1001000

Color Harmonies of #F77995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77995

Black with #F77995

Text Example


Text Example

White with #F77995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77995; }

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

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

background-color css

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

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

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

border-color css

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

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

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