Html Css Color HEX #F752D0 Free Speech Magenta

📋 copy color: '#F752D0'

red 247 ◦ green 82 ◦ blue 208

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

Shades of Free Speech Magenta #F752D0

Tints of Free Speech Magenta #F752D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 46%
G = 15.27%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F752D0 (or 0xF752D0) is known color: Free Speech Magenta. HEX triplet: F7, 52 and D0. RGB value is (247,82,208). Sum of RGB (Red+Green+Blue) = 247+82+208=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 82 (32.42% from 255 or 15.27% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F752D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752D0 is #08AD2F. Grayscale: #919191. Windows color (decimal): -568624 or 13652727. OLE color: 13652727.

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

Color convert

RGB 247 82 208 -
CMYK 0 0.67 0.16 0.03
HSL 314.18º 0.91% 0.65% -
HSV(B) 314.18º 0.67% 0.97% -
XYZ 52.76 30.36 62.75 -
YUV 145.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 247 82 208 0 0.67 0.16 0.03 314.18 0.91 0.65
Hex F7 52 D0 0 43 10 3 13A 5B 41
Octal 367 122 320 0 103 20 3 472 133 101
Binary 11110111 1010010 11010000 0 1000011 10000 11 100111010 1011011 1000001

Color Harmonies of #F752D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752D0

Black with #F752D0

Text Example


Text Example

White with #F752D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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