Html Css Color HEX #F757D2 Free Speech Magenta

📋 copy color: '#F757D2'

red 247 ◦ green 87 ◦ blue 210

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

Shades of Free Speech Magenta #F757D2

Tints of Free Speech Magenta #F757D2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.99%

 BLUE value IS 210 (82.42% from 255) = 38.6%

R = 45.4%
G = 15.99%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F757D2 (or 0xF757D2) is known color: Free Speech Magenta. HEX triplet: F7, 57 and D2. RGB value is (247,87,210). Sum of RGB (Red+Green+Blue) = 247+87+210=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 87 (34.38% from 255 or 15.99% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F757D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F757D2 is #08A82D. Grayscale: #949494. Windows color (decimal): -567342 or 13785079. OLE color: 13785079.

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

Color convert

RGB 247 87 210 -
CMYK 0 0.65 0.15 0.03
HSL 313.88º 0.91% 0.65% -
HSV(B) 313.88º 0.65% 0.97% -
XYZ 53.4 31.24 64.19 -
YUV 148.86 162.51 198 -
System Red Green Blue C M Y K H S L
Decimal 247 87 210 0 0.65 0.15 0.03 313.88 0.91 0.65
Hex F7 57 D2 0 41 F 3 13A 5B 41
Octal 367 127 322 0 101 17 3 472 133 101
Binary 11110111 1010111 11010010 0 1000001 1111 11 100111010 1011011 1000001

Color Harmonies of #F757D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F757D2

Black with #F757D2

Text Example


Text Example

White with #F757D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F757D2; }

 p { color: rgb(247,87,210); }

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

background-color css

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

 a { background-color: rgb(247,87,210); }

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

border-color css

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

 span { border-color: rgb(247,87,210); }

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