Html Css Color HEX #F77695 Carissma

📋 copy color: '#F77695'

red 247 ◦ green 118 ◦ blue 149

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

Shades of Carissma #F77695

Tints of Carissma #F77695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.96%

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

R = 48.05%
G = 22.96%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F77695 (or 0xF77695) is known color: Carissma. HEX triplet: F7, 76 and 95. RGB value is (247,118,149). Sum of RGB (Red+Green+Blue) = 247+118+149=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F77695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77695 is #08896A. Grayscale: #A0A0A0. Windows color (decimal): -559467 or 9795319. OLE color: 9795319.

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

Color convert

RGB 247 118 149 -
CMYK 0 0.52 0.40 0.03
HSL 345.58º 0.89% 0.72% -
HSV(B) 345.58º 0.52% 0.97% -
XYZ 50.26 34.9 32.52 -
YUV 160.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 247 118 149 0 0.52 0.40 0.03 345.58 0.89 0.72
Hex F7 76 95 0 34 28 3 15A 59 48
Octal 367 166 225 0 64 50 3 532 131 110
Binary 11110111 1110110 10010101 0 110100 101000 11 101011010 1011001 1001000

Color Harmonies of #F77695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77695

Black with #F77695

Text Example


Text Example

White with #F77695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77695; }

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

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

background-color css

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

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

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

border-color css

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

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

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