Html Css Color HEX #F752DD Free Speech Magenta

📋 copy color: '#F752DD'

red 247 ◦ green 82 ◦ blue 221

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

Shades of Free Speech Magenta #F752DD

Tints of Free Speech Magenta #F752DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 44.91%
G = 14.91%
B = 40.18%

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

#F752DD (or 0xF752DD) is known color: Free Speech Magenta. HEX triplet: F7, 52 and DD. RGB value is (247,82,221). Sum of RGB (Red+Green+Blue) = 247+82+221=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 82 (32.42% from 255 or 14.91% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F752DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752DD is #08AD22. Grayscale: #929292. Windows color (decimal): -568611 or 14504695. OLE color: 14504695.

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

Color convert

RGB 247 82 221 -
CMYK 0 0.67 0.11 0.03
HSL 309.45º 0.91% 0.65% -
HSV(B) 309.45º 0.67% 0.97% -
XYZ 54.43 31.03 71.53 -
YUV 147.18 169.66 199.2 -
System Red Green Blue C M Y K H S L
Decimal 247 82 221 0 0.67 0.11 0.03 309.45 0.91 0.65
Hex F7 52 DD 0 43 B 3 135 5B 41
Octal 367 122 335 0 103 13 3 465 133 101
Binary 11110111 1010010 11011101 0 1000011 1011 11 100110101 1011011 1000001

Color Harmonies of #F752DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752DD

Black with #F752DD

Text Example


Text Example

White with #F752DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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