Html Css Color HEX #F77C8A Carissma

📋 copy color: '#F77C8A'

red 247 ◦ green 124 ◦ blue 138

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

Shades of Carissma #F77C8A

Tints of Carissma #F77C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.36%

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

R = 48.53%
G = 24.36%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F77C8A (or 0xF77C8A) is known color: Carissma. HEX triplet: F7, 7C and 8A. RGB value is (247,124,138). Sum of RGB (Red+Green+Blue) = 247+124+138=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77C8A is #088375. Grayscale: #A2A2A2. Windows color (decimal): -557942 or 9075959. OLE color: 9075959.

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

Color convert

RGB 247 124 138 -
CMYK 0 0.50 0.44 0.03
HSL 353.17º 0.88% 0.73% -
HSV(B) 353.17º 0.5% 0.97% -
XYZ 50.15 36.02 28.35 -
YUV 162.37 114.25 188.36 -
System Red Green Blue C M Y K H S L
Decimal 247 124 138 0 0.50 0.44 0.03 353.17 0.88 0.73
Hex F7 7C 8A 0 32 2C 3 161 58 49
Octal 367 174 212 0 62 54 3 541 130 111
Binary 11110111 1111100 10001010 0 110010 101100 11 101100001 1011000 1001001

Color Harmonies of #F77C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77C8A

Black with #F77C8A

Text Example


Text Example

White with #F77C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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