Html Css Color HEX #F76ADF Pale Magenta

📋 copy color: '#F76ADF'

red 247 ◦ green 106 ◦ blue 223

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

Shades of Pale Magenta #F76ADF

Tints of Pale Magenta #F76ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.4%

 BLUE value IS 223 (87.5% from 255) = 38.72%

R = 42.88%
G = 18.4%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F76ADF (or 0xF76ADF) is known color: Pale Magenta. HEX triplet: F7, 6A and DF. RGB value is (247,106,223). Sum of RGB (Red+Green+Blue) = 247+106+223=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 106 (41.80% from 255 or 18.40% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F76ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76ADF is #089520. Grayscale: #A1A1A1. Windows color (decimal): -562465 or 14641911. OLE color: 14641911.

HSL color Cylindrical-coordinate representation of color #F76ADF: hue angle of 310.21º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76ADF is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 106 223 -
CMYK 0 0.57 0.10 0.03
HSL 310.21º 0.9% 0.69% -
HSV(B) 310.21º 0.57% 0.97% -
XYZ 56.83 35.41 73.65 -
YUV 161.5 162.71 188.99 -
System Red Green Blue C M Y K H S L
Decimal 247 106 223 0 0.57 0.10 0.03 310.21 0.9 0.69
Hex F7 6A DF 0 39 A 3 136 5A 45
Octal 367 152 337 0 71 12 3 466 132 105
Binary 11110111 1101010 11011111 0 111001 1010 11 100110110 1011010 1000101

Color Harmonies of #F76ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76ADF

Black with #F76ADF

Text Example


Text Example

White with #F76ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76ADF; }

 p { color: rgb(247,106,223); }

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

background-color css

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

 a { background-color: rgb(247,106,223); }

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

border-color css

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

 span { border-color: rgb(247,106,223); }

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