Html Css Color HEX #F77794 Carissma

📋 copy color: '#F77794'

red 247 ◦ green 119 ◦ blue 148

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

Shades of Carissma #F77794

Tints of Carissma #F77794

RGB

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

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

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

R = 48.05%
G = 23.15%
B = 28.79%

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

#F77794 (or 0xF77794) is known color: Carissma. HEX triplet: F7, 77 and 94. RGB value is (247,119,148). Sum of RGB (Red+Green+Blue) = 247+119+148=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F77794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77794 is #08886B. Grayscale: #A0A0A0. Windows color (decimal): -559212 or 9730039. OLE color: 9730039.

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

Color convert

RGB 247 119 148 -
CMYK 0 0.52 0.40 0.03
HSL 346.41º 0.89% 0.72% -
HSV(B) 346.41º 0.52% 0.97% -
XYZ 50.3 35.11 32.14 -
YUV 160.58 120.91 189.64 -
System Red Green Blue C M Y K H S L
Decimal 247 119 148 0 0.52 0.40 0.03 346.41 0.89 0.72
Hex F7 77 94 0 34 28 3 15A 59 48
Octal 367 167 224 0 64 50 3 532 131 110
Binary 11110111 1110111 10010100 0 110100 101000 11 101011010 1011001 1001000

Color Harmonies of #F77794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77794

Black with #F77794

Text Example


Text Example

White with #F77794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77794; }

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

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

background-color css

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

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

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

border-color css

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

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

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