Html Css Color HEX #F761DF Free Speech Magenta

📋 copy color: '#F761DF'

red 247 ◦ green 97 ◦ blue 223

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

Shades of Free Speech Magenta #F761DF

Tints of Free Speech Magenta #F761DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.11%

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

R = 43.56%
G = 17.11%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F761DF (or 0xF761DF) is known color: Free Speech Magenta. HEX triplet: F7, 61 and DF. RGB value is (247,97,223). Sum of RGB (Red+Green+Blue) = 247+97+223=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 97 (38.28% from 255 or 17.11% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F761DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F761DF is #089E20. Grayscale: #9B9B9B. Windows color (decimal): -564769 or 14639607. OLE color: 14639607.

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

Color convert

RGB 247 97 223 -
CMYK 0 0.61 0.10 0.03
HSL 309.6º 0.9% 0.67% -
HSV(B) 309.6º 0.61% 0.97% -
XYZ 55.95 33.65 73.36 -
YUV 156.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 247 97 223 0 0.61 0.10 0.03 309.6 0.9 0.67
Hex F7 61 DF 0 3D A 3 136 5A 43
Octal 367 141 337 0 75 12 3 466 132 103
Binary 11110111 1100001 11011111 0 111101 1010 11 100110110 1011010 1000011

Color Harmonies of #F761DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F761DF

Black with #F761DF

Text Example


Text Example

White with #F761DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F761DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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