Html Css Color HEX #F77C85 Carissma

📋 copy color: '#F77C85'

red 247 ◦ green 124 ◦ blue 133

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

Shades of Carissma #F77C85

Tints of Carissma #F77C85

RGB

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

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

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

R = 49.01%
G = 24.6%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F77C85 (or 0xF77C85) is known color: Carissma. HEX triplet: F7, 7C and 85. RGB value is (247,124,133). Sum of RGB (Red+Green+Blue) = 247+124+133=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77C85 is #08837A. Grayscale: #A1A1A1. Windows color (decimal): -557947 or 8748279. OLE color: 8748279.

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

Color convert

RGB 247 124 133 -
CMYK 0 0.50 0.46 0.03
HSL 355.61º 0.88% 0.73% -
HSV(B) 355.61º 0.5% 0.97% -
XYZ 49.8 35.88 26.49 -
YUV 161.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 247 124 133 0 0.50 0.46 0.03 355.61 0.88 0.73
Hex F7 7C 85 0 32 2E 3 164 58 49
Octal 367 174 205 0 62 56 3 544 130 111
Binary 11110111 1111100 10000101 0 110010 101110 11 101100100 1011000 1001001

Color Harmonies of #F77C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77C85

Black with #F77C85

Text Example


Text Example

White with #F77C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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