Html Css Color HEX #F756D5 Free Speech Magenta

📋 copy color: '#F756D5'

red 247 ◦ green 86 ◦ blue 213

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

Shades of Free Speech Magenta #F756D5

Tints of Free Speech Magenta #F756D5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.75%

 BLUE value IS 213 (83.59% from 255) = 39.01%

R = 45.24%
G = 15.75%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F756D5 (or 0xF756D5) is known color: Free Speech Magenta. HEX triplet: F7, 56 and D5. RGB value is (247,86,213). Sum of RGB (Red+Green+Blue) = 247+86+213=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 86 (33.98% from 255 or 15.75% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F756D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756D5 is #08A92A. Grayscale: #949494. Windows color (decimal): -567595 or 13981431. OLE color: 13981431.

HSL color Cylindrical-coordinate representation of color #F756D5: hue angle of 312.67º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F756D5 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 86 213 -
CMYK 0 0.65 0.14 0.03
HSL 312.67º 0.91% 0.65% -
HSV(B) 312.67º 0.65% 0.97% -
XYZ 53.7 31.23 66.15 -
YUV 148.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 247 86 213 0 0.65 0.14 0.03 312.67 0.91 0.65
Hex F7 56 D5 0 41 E 3 139 5B 41
Octal 367 126 325 0 101 16 3 471 133 101
Binary 11110111 1010110 11010101 0 1000001 1110 11 100111001 1011011 1000001

Color Harmonies of #F756D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F756D5

Black with #F756D5

Text Example


Text Example

White with #F756D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F756D5; }

 p { color: rgb(247,86,213); }

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

background-color css

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

 a { background-color: rgb(247,86,213); }

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

border-color css

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

 span { border-color: rgb(247,86,213); }

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