Html Css Color HEX #F76FDA Pale Magenta

📋 copy color: '#F76FDA'

red 247 ◦ green 111 ◦ blue 218

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

Shades of Pale Magenta #F76FDA

Tints of Pale Magenta #F76FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.27%

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

R = 42.88%
G = 19.27%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F76FDA (or 0xF76FDA) is known color: Pale Magenta. HEX triplet: F7, 6F and DA. RGB value is (247,111,218). Sum of RGB (Red+Green+Blue) = 247+111+218=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 111 (43.75% from 255 or 19.27% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76FDA is #089025. Grayscale: #A3A3A3. Windows color (decimal): -561190 or 14315511. OLE color: 14315511.

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

Color convert

RGB 247 111 218 -
CMYK 0 0.55 0.12 0.03
HSL 312.79º 0.89% 0.7% -
HSV(B) 312.79º 0.55% 0.97% -
XYZ 56.7 36.2 70.33 -
YUV 163.86 158.56 187.3 -
System Red Green Blue C M Y K H S L
Decimal 247 111 218 0 0.55 0.12 0.03 312.79 0.89 0.7
Hex F7 6F DA 0 37 C 3 139 59 46
Octal 367 157 332 0 67 14 3 471 131 106
Binary 11110111 1101111 11011010 0 110111 1100 11 100111001 1011001 1000110

Color Harmonies of #F76FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76FDA

Black with #F76FDA

Text Example


Text Example

White with #F76FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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