Html Css Color HEX #F764DB Free Speech Magenta

📋 copy color: '#F764DB'

red 247 ◦ green 100 ◦ blue 219

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

Shades of Free Speech Magenta #F764DB

Tints of Free Speech Magenta #F764DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 43.64%
G = 17.67%
B = 38.69%

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

#F764DB (or 0xF764DB) is known color: Free Speech Magenta. HEX triplet: F7, 64 and DB. RGB value is (247,100,219). Sum of RGB (Red+Green+Blue) = 247+100+219=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 100 (39.45% from 255 or 17.67% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F764DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764DB is #089B24. Grayscale: #9D9D9D. Windows color (decimal): -564005 or 14378231. OLE color: 14378231.

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

Color convert

RGB 247 100 219 -
CMYK 0 0.60 0.11 0.03
HSL 311.43º 0.9% 0.68% -
HSV(B) 311.43º 0.6% 0.97% -
XYZ 55.7 34 70.65 -
YUV 157.52 162.7 191.82 -
System Red Green Blue C M Y K H S L
Decimal 247 100 219 0 0.60 0.11 0.03 311.43 0.9 0.68
Hex F7 64 DB 0 3C B 3 137 5A 44
Octal 367 144 333 0 74 13 3 467 132 104
Binary 11110111 1100100 11011011 0 111100 1011 11 100110111 1011010 1000100

Color Harmonies of #F764DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764DB

Black with #F764DB

Text Example


Text Example

White with #F764DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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