Html Css Color HEX #F77D8A Carissma

📋 copy color: '#F77D8A'

red 247 ◦ green 125 ◦ blue 138

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

Shades of Carissma #F77D8A

Tints of Carissma #F77D8A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.51%

 BLUE value IS 138 (54.3% from 255) = 27.06%

R = 48.43%
G = 24.51%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F77D8A (or 0xF77D8A) is known color: Carissma. HEX triplet: F7, 7D and 8A. RGB value is (247,125,138). Sum of RGB (Red+Green+Blue) = 247+125+138=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77D8A is #088275. Grayscale: #A3A3A3. Windows color (decimal): -557686 or 9076215. OLE color: 9076215.

HSL color Cylindrical-coordinate representation of color #F77D8A: hue angle of 353.61º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77D8A is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 125 138 -
CMYK 0 0.49 0.44 0.03
HSL 353.61º 0.88% 0.73% -
HSV(B) 353.61º 0.49% 0.97% -
XYZ 50.28 36.28 28.4 -
YUV 162.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 247 125 138 0 0.49 0.44 0.03 353.61 0.88 0.73
Hex F7 7D 8A 0 31 2C 3 162 58 49
Octal 367 175 212 0 61 54 3 542 130 111
Binary 11110111 1111101 10001010 0 110001 101100 11 101100010 1011000 1001001

Color Harmonies of #F77D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77D8A

Black with #F77D8A

Text Example


Text Example

White with #F77D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77D8A; }

 p { color: rgb(247,125,138); }

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

background-color css

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

 a { background-color: rgb(247,125,138); }

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

border-color css

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

 span { border-color: rgb(247,125,138); }

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