Html Css Color HEX #F763DF Free Speech Magenta

📋 copy color: '#F763DF'

red 247 ◦ green 99 ◦ blue 223

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

Shades of Free Speech Magenta #F763DF

Tints of Free Speech Magenta #F763DF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.4%

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

R = 43.41%
G = 17.4%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F763DF (or 0xF763DF) is known color: Free Speech Magenta. HEX triplet: F7, 63 and DF. RGB value is (247,99,223). Sum of RGB (Red+Green+Blue) = 247+99+223=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 99 (39.06% from 255 or 17.40% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F763DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F763DF is #089C20. Grayscale: #9D9D9D. Windows color (decimal): -564257 or 14640119. OLE color: 14640119.

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

Color convert

RGB 247 99 223 -
CMYK 0 0.60 0.10 0.03
HSL 309.73º 0.9% 0.68% -
HSV(B) 309.73º 0.6% 0.97% -
XYZ 56.14 34.03 73.42 -
YUV 157.39 165.03 191.92 -
System Red Green Blue C M Y K H S L
Decimal 247 99 223 0 0.60 0.10 0.03 309.73 0.9 0.68
Hex F7 63 DF 0 3C A 3 136 5A 44
Octal 367 143 337 0 74 12 3 466 132 104
Binary 11110111 1100011 11011111 0 111100 1010 11 100110110 1011010 1000100

Color Harmonies of #F763DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F763DF

Black with #F763DF

Text Example


Text Example

White with #F763DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F763DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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