Html Css Color HEX #F77795 Carissma

📋 copy color: '#F77795'

red 247 ◦ green 119 ◦ blue 149

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

Shades of Carissma #F77795

Tints of Carissma #F77795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.11%

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

R = 47.96%
G = 23.11%
B = 28.93%

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

#F77795 (or 0xF77795) is known color: Carissma. HEX triplet: F7, 77 and 95. RGB value is (247,119,149). Sum of RGB (Red+Green+Blue) = 247+119+149=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F77795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77795 is #08886A. Grayscale: #A0A0A0. Windows color (decimal): -559211 or 9795575. OLE color: 9795575.

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

Color convert

RGB 247 119 149 -
CMYK 0 0.52 0.40 0.03
HSL 345.94º 0.89% 0.72% -
HSV(B) 345.94º 0.52% 0.97% -
XYZ 50.38 35.14 32.56 -
YUV 160.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 247 119 149 0 0.52 0.40 0.03 345.94 0.89 0.72
Hex F7 77 95 0 34 28 3 15A 59 48
Octal 367 167 225 0 64 50 3 532 131 110
Binary 11110111 1110111 10010101 0 110100 101000 11 101011010 1011001 1001000

Color Harmonies of #F77795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77795

Black with #F77795

Text Example


Text Example

White with #F77795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77795; }

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

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

background-color css

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

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

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

border-color css

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

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

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