Html Css Color HEX #F77E8D Carissma

📋 copy color: '#F77E8D'

red 247 ◦ green 126 ◦ blue 141

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

Shades of Carissma #F77E8D

Tints of Carissma #F77E8D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.51%

 BLUE value IS 141 (55.47% from 255) = 27.43%

R = 48.05%
G = 24.51%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F77E8D (or 0xF77E8D) is known color: Carissma. HEX triplet: F7, 7E and 8D. RGB value is (247,126,141). Sum of RGB (Red+Green+Blue) = 247+126+141=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77E8D is #088172. Grayscale: #A3A3A3. Windows color (decimal): -557427 or 9273079. OLE color: 9273079.

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

Color convert

RGB 247 126 141 -
CMYK 0 0.49 0.43 0.03
HSL 352.56º 0.88% 0.73% -
HSV(B) 352.56º 0.49% 0.97% -
XYZ 50.63 36.62 29.6 -
YUV 163.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 247 126 141 0 0.49 0.43 0.03 352.56 0.88 0.73
Hex F7 7E 8D 0 31 2B 3 161 58 49
Octal 367 176 215 0 61 53 3 541 130 111
Binary 11110111 1111110 10001101 0 110001 101011 11 101100001 1011000 1001001

Color Harmonies of #F77E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77E8D

Black with #F77E8D

Text Example


Text Example

White with #F77E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77E8D; }

 p { color: rgb(247,126,141); }

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

background-color css

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

 a { background-color: rgb(247,126,141); }

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

border-color css

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

 span { border-color: rgb(247,126,141); }

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