Html Css Color HEX #F753D1 Free Speech Magenta

📋 copy color: '#F753D1'

red 247 ◦ green 83 ◦ blue 209

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

Shades of Free Speech Magenta #F753D1

Tints of Free Speech Magenta #F753D1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.4%

 BLUE value IS 209 (82.03% from 255) = 38.78%

R = 45.83%
G = 15.4%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F753D1 (or 0xF753D1) is known color: Free Speech Magenta. HEX triplet: F7, 53 and D1. RGB value is (247,83,209). Sum of RGB (Red+Green+Blue) = 247+83+209=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F753D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F753D1 is #08AC2E. Grayscale: #929292. Windows color (decimal): -568367 or 13718519. OLE color: 13718519.

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

Color convert

RGB 247 83 209 -
CMYK 0 0.66 0.15 0.03
HSL 313.9º 0.91% 0.65% -
HSV(B) 313.9º 0.66% 0.97% -
XYZ 52.96 30.56 63.43 -
YUV 146.4 163.33 199.75 -
System Red Green Blue C M Y K H S L
Decimal 247 83 209 0 0.66 0.15 0.03 313.9 0.91 0.65
Hex F7 53 D1 0 42 F 3 13A 5B 41
Octal 367 123 321 0 102 17 3 472 133 101
Binary 11110111 1010011 11010001 0 1000010 1111 11 100111010 1011011 1000001

Color Harmonies of #F753D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F753D1

Black with #F753D1

Text Example


Text Example

White with #F753D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F753D1; }

 p { color: rgb(247,83,209); }

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

background-color css

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

 a { background-color: rgb(247,83,209); }

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

border-color css

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

 span { border-color: rgb(247,83,209); }

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