Html Css Color HEX #F766DD Free Speech Magenta

📋 copy color: '#F766DD'

red 247 ◦ green 102 ◦ blue 221

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

Shades of Free Speech Magenta #F766DD

Tints of Free Speech Magenta #F766DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.89%

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

R = 43.33%
G = 17.89%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F766DD (or 0xF766DD) is known color: Free Speech Magenta. HEX triplet: F7, 66 and DD. RGB value is (247,102,221). Sum of RGB (Red+Green+Blue) = 247+102+221=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 102 (40.23% from 255 or 17.89% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F766DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766DD is #089922. Grayscale: #9E9E9E. Windows color (decimal): -563491 or 14509815. OLE color: 14509815.

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

Color convert

RGB 247 102 221 -
CMYK 0 0.59 0.11 0.03
HSL 310.76º 0.9% 0.68% -
HSV(B) 310.76º 0.59% 0.97% -
XYZ 56.16 34.5 72.11 -
YUV 158.92 163.04 190.82 -
System Red Green Blue C M Y K H S L
Decimal 247 102 221 0 0.59 0.11 0.03 310.76 0.9 0.68
Hex F7 66 DD 0 3B B 3 137 5A 44
Octal 367 146 335 0 73 13 3 467 132 104
Binary 11110111 1100110 11011101 0 111011 1011 11 100110111 1011010 1000100

Color Harmonies of #F766DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766DD

Black with #F766DD

Text Example


Text Example

White with #F766DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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