Html Css Color HEX #F752D6 Free Speech Magenta

📋 copy color: '#F752D6'

red 247 ◦ green 82 ◦ blue 214

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

Shades of Free Speech Magenta #F752D6

Tints of Free Speech Magenta #F752D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.41%

R = 45.49%
G = 15.1%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F752D6 (or 0xF752D6) is known color: Free Speech Magenta. HEX triplet: F7, 52 and D6. RGB value is (247,82,214). Sum of RGB (Red+Green+Blue) = 247+82+214=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 82 (32.42% from 255 or 15.10% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F752D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752D6 is #08AD29. Grayscale: #929292. Windows color (decimal): -568618 or 14045943. OLE color: 14045943.

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

Color convert

RGB 247 82 214 -
CMYK 0 0.67 0.13 0.03
HSL 312º 0.91% 0.65% -
HSV(B) 312º 0.67% 0.97% -
XYZ 53.51 30.66 66.72 -
YUV 146.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 247 82 214 0 0.67 0.13 0.03 312 0.91 0.65
Hex F7 52 D6 0 43 D 3 138 5B 41
Octal 367 122 326 0 103 15 3 470 133 101
Binary 11110111 1010010 11010110 0 1000011 1101 11 100111000 1011011 1000001

Color Harmonies of #F752D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752D6

Black with #F752D6

Text Example


Text Example

White with #F752D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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