Html Css Color HEX #F752D1 Free Speech Magenta

📋 copy color: '#F752D1'

red 247 ◦ green 82 ◦ blue 209

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

Shades of Free Speech Magenta #F752D1

Tints of Free Speech Magenta #F752D1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.24%

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

R = 45.91%
G = 15.24%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F752D1 (or 0xF752D1) is known color: Free Speech Magenta. HEX triplet: F7, 52 and D1. RGB value is (247,82,209). Sum of RGB (Red+Green+Blue) = 247+82+209=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F752D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752D1 is #08AD2E. Grayscale: #919191. Windows color (decimal): -568623 or 13718263. OLE color: 13718263.

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

Color convert

RGB 247 82 209 -
CMYK 0 0.67 0.15 0.03
HSL 313.82º 0.91% 0.65% -
HSV(B) 313.82º 0.67% 0.97% -
XYZ 52.88 30.41 63.4 -
YUV 145.81 163.66 200.17 -
System Red Green Blue C M Y K H S L
Decimal 247 82 209 0 0.67 0.15 0.03 313.82 0.91 0.65
Hex F7 52 D1 0 43 F 3 13A 5B 41
Octal 367 122 321 0 103 17 3 472 133 101
Binary 11110111 1010010 11010001 0 1000011 1111 11 100111010 1011011 1000001

Color Harmonies of #F752D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752D1

Black with #F752D1

Text Example


Text Example

White with #F752D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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