Html Css Color HEX #F764DD Free Speech Magenta

📋 copy color: '#F764DD'

red 247 ◦ green 100 ◦ blue 221

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

Shades of Free Speech Magenta #F764DD

Tints of Free Speech Magenta #F764DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.61%

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

R = 43.49%
G = 17.61%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F764DD (or 0xF764DD) is known color: Free Speech Magenta. HEX triplet: F7, 64 and DD. RGB value is (247,100,221). Sum of RGB (Red+Green+Blue) = 247+100+221=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F764DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764DD is #089B22. Grayscale: #9D9D9D. Windows color (decimal): -564003 or 14509303. OLE color: 14509303.

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

Color convert

RGB 247 100 221 -
CMYK 0 0.60 0.11 0.03
HSL 310.61º 0.9% 0.68% -
HSV(B) 310.61º 0.6% 0.97% -
XYZ 55.97 34.11 72.04 -
YUV 157.75 163.7 191.66 -
System Red Green Blue C M Y K H S L
Decimal 247 100 221 0 0.60 0.11 0.03 310.61 0.9 0.68
Hex F7 64 DD 0 3C B 3 137 5A 44
Octal 367 144 335 0 74 13 3 467 132 104
Binary 11110111 1100100 11011101 0 111100 1011 11 100110111 1011010 1000100

Color Harmonies of #F764DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764DD

Black with #F764DD

Text Example


Text Example

White with #F764DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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