Html Css Color HEX #F77885 Deep Blush

📋 copy color: '#F77885'

red 247 ◦ green 120 ◦ blue 133

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

Shades of Deep Blush #F77885

Tints of Deep Blush #F77885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24%

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

R = 49.4%
G = 24%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F77885 (or 0xF77885) is known color: Deep Blush. HEX triplet: F7, 78 and 85. RGB value is (247,120,133). Sum of RGB (Red+Green+Blue) = 247+120+133=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F77885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77885 is #08877A. Grayscale: #9F9F9F. Windows color (decimal): -558971 or 8747255. OLE color: 8747255.

HSL color Cylindrical-coordinate representation of color #F77885: hue angle of 353.86º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77885 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 120 133 -
CMYK 0 0.51 0.46 0.03
HSL 353.86º 0.89% 0.72% -
HSV(B) 353.86º 0.51% 0.97% -
XYZ 49.31 34.9 26.33 -
YUV 159.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 247 120 133 0 0.51 0.46 0.03 353.86 0.89 0.72
Hex F7 78 85 0 33 2E 3 162 59 48
Octal 367 170 205 0 63 56 3 542 131 110
Binary 11110111 1111000 10000101 0 110011 101110 11 101100010 1011001 1001000

Color Harmonies of #F77885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77885

Black with #F77885

Text Example


Text Example

White with #F77885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77885; }

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

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

background-color css

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

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

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

border-color css

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

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

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