Html Css Color HEX #F76ADD Free Speech Magenta

📋 copy color: '#F76ADD'

red 247 ◦ green 106 ◦ blue 221

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

Shades of Free Speech Magenta #F76ADD

Tints of Free Speech Magenta #F76ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 43.03%
G = 18.47%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F76ADD (or 0xF76ADD) is known color: Free Speech Magenta. HEX triplet: F7, 6A and DD. RGB value is (247,106,221). Sum of RGB (Red+Green+Blue) = 247+106+221=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 106 (41.80% from 255 or 18.47% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F76ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76ADD is #089522. Grayscale: #A0A0A0. Windows color (decimal): -562467 or 14510839. OLE color: 14510839.

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

Color convert

RGB 247 106 221 -
CMYK 0 0.57 0.11 0.03
HSL 311.06º 0.9% 0.69% -
HSV(B) 311.06º 0.57% 0.97% -
XYZ 56.56 35.3 72.24 -
YUV 161.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 247 106 221 0 0.57 0.11 0.03 311.06 0.9 0.69
Hex F7 6A DD 0 39 B 3 137 5A 45
Octal 367 152 335 0 71 13 3 467 132 105
Binary 11110111 1101010 11011101 0 111001 1011 11 100110111 1011010 1000101

Color Harmonies of #F76ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76ADD

Black with #F76ADD

Text Example


Text Example

White with #F76ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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