Html Css Color HEX #F77E85 Carissma

📋 copy color: '#F77E85'

red 247 ◦ green 126 ◦ blue 133

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

Shades of Carissma #F77E85

Tints of Carissma #F77E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.28%

R = 48.81%
G = 24.9%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F77E85 (or 0xF77E85) is known color: Carissma. HEX triplet: F7, 7E and 85. RGB value is (247,126,133). Sum of RGB (Red+Green+Blue) = 247+126+133=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77E85 is #08817A. Grayscale: #A3A3A3. Windows color (decimal): -557435 or 8748791. OLE color: 8748791.

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

Color convert

RGB 247 126 133 -
CMYK 0 0.49 0.46 0.03
HSL 356.53º 0.88% 0.73% -
HSV(B) 356.53º 0.49% 0.97% -
XYZ 50.05 36.39 26.58 -
YUV 162.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 247 126 133 0 0.49 0.46 0.03 356.53 0.88 0.73
Hex F7 7E 85 0 31 2E 3 165 58 49
Octal 367 176 205 0 61 56 3 545 130 111
Binary 11110111 1111110 10000101 0 110001 101110 11 101100101 1011000 1001001

Color Harmonies of #F77E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77E85

Black with #F77E85

Text Example


Text Example

White with #F77E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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