Html Css Color HEX #F77D8E Carissma

📋 copy color: '#F77D8E'

red 247 ◦ green 125 ◦ blue 142

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

Shades of Carissma #F77D8E

Tints of Carissma #F77D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.63%

R = 48.05%
G = 24.32%
B = 27.63%

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

#F77D8E (or 0xF77D8E) is known color: Carissma. HEX triplet: F7, 7D and 8E. RGB value is (247,125,142). Sum of RGB (Red+Green+Blue) = 247+125+142=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77D8E is #088271. Grayscale: #A3A3A3. Windows color (decimal): -557682 or 9338359. OLE color: 9338359.

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

Color convert

RGB 247 125 142 -
CMYK 0 0.49 0.43 0.03
HSL 351.64º 0.88% 0.73% -
HSV(B) 351.64º 0.49% 0.97% -
XYZ 50.57 36.39 29.95 -
YUV 163.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 247 125 142 0 0.49 0.43 0.03 351.64 0.88 0.73
Hex F7 7D 8E 0 31 2B 3 160 58 49
Octal 367 175 216 0 61 53 3 540 130 111
Binary 11110111 1111101 10001110 0 110001 101011 11 101100000 1011000 1001001

Color Harmonies of #F77D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77D8E

Black with #F77D8E

Text Example


Text Example

White with #F77D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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