Html Css Color HEX #F752DC Free Speech Magenta

📋 copy color: '#F752DC'

red 247 ◦ green 82 ◦ blue 220

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

Shades of Free Speech Magenta #F752DC

Tints of Free Speech Magenta #F752DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 44.99%
G = 14.94%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F752DC (or 0xF752DC) is known color: Free Speech Magenta. HEX triplet: F7, 52 and DC. RGB value is (247,82,220). Sum of RGB (Red+Green+Blue) = 247+82+220=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 82 (32.42% from 255 or 14.94% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F752DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752DC is #08AD23. Grayscale: #929292. Windows color (decimal): -568612 or 14439159. OLE color: 14439159.

HSL color Cylindrical-coordinate representation of color #F752DC: hue angle of 309.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 #F752DC is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 82 220 -
CMYK 0 0.67 0.11 0.03
HSL 309.82º 0.91% 0.65% -
HSV(B) 309.82º 0.67% 0.97% -
XYZ 54.29 30.98 70.83 -
YUV 147.07 169.16 199.28 -
System Red Green Blue C M Y K H S L
Decimal 247 82 220 0 0.67 0.11 0.03 309.82 0.91 0.65
Hex F7 52 DC 0 43 B 3 136 5B 41
Octal 367 122 334 0 103 13 3 466 133 101
Binary 11110111 1010010 11011100 0 1000011 1011 11 100110110 1011011 1000001

Color Harmonies of #F752DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752DC

Black with #F752DC

Text Example


Text Example

White with #F752DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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