Html Css Color HEX #F77BDA Pale Magenta

📋 copy color: '#F77BDA'

red 247 ◦ green 123 ◦ blue 218

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

Shades of Pale Magenta #F77BDA

Tints of Pale Magenta #F77BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.92%

 BLUE value IS 218 (85.55% from 255) = 37.07%

R = 42.01%
G = 20.92%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F77BDA (or 0xF77BDA) is known color: Pale Magenta. HEX triplet: F7, 7B and DA. RGB value is (247,123,218). Sum of RGB (Red+Green+Blue) = 247+123+218=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 123 (48.44% from 255 or 20.92% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BDA is #088425. Grayscale: #AAAAAA. Windows color (decimal): -558118 or 14318583. OLE color: 14318583.

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

Color convert

RGB 247 123 218 -
CMYK 0 0.50 0.12 0.03
HSL 314.03º 0.89% 0.73% -
HSV(B) 314.03º 0.5% 0.97% -
XYZ 58.1 39 70.8 -
YUV 170.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 247 123 218 0 0.50 0.12 0.03 314.03 0.89 0.73
Hex F7 7B DA 0 32 C 3 13A 59 49
Octal 367 173 332 0 62 14 3 472 131 111
Binary 11110111 1111011 11011010 0 110010 1100 11 100111010 1011001 1001001

Color Harmonies of #F77BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77BDA

Black with #F77BDA

Text Example


Text Example

White with #F77BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77BDA; }

 p { color: rgb(247,123,218); }

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

background-color css

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

 a { background-color: rgb(247,123,218); }

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

border-color css

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

 span { border-color: rgb(247,123,218); }

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