Html Css Color HEX #F752E7 Free Speech Magenta

📋 copy color: '#F752E7'

red 247 ◦ green 82 ◦ blue 231

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

Shades of Free Speech Magenta #F752E7

Tints of Free Speech Magenta #F752E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.25%

R = 44.11%
G = 14.64%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F752E7 (or 0xF752E7) is known color: Free Speech Magenta. HEX triplet: F7, 52 and E7. RGB value is (247,82,231). Sum of RGB (Red+Green+Blue) = 247+82+231=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 82 (32.42% from 255 or 14.64% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F752E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F752E7 is #08AD18. Grayscale: #939393. Windows color (decimal): -568601 or 15160055. OLE color: 15160055.

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

Color convert

RGB 247 82 231 -
CMYK 0 0.67 0.06 0.03
HSL 305.82º 0.91% 0.65% -
HSV(B) 305.82º 0.67% 0.97% -
XYZ 55.8 31.58 78.76 -
YUV 148.32 174.66 198.38 -
System Red Green Blue C M Y K H S L
Decimal 247 82 231 0 0.67 0.06 0.03 305.82 0.91 0.65
Hex F7 52 E7 0 43 6 3 132 5B 41
Octal 367 122 347 0 103 6 3 462 133 101
Binary 11110111 1010010 11100111 0 1000011 110 11 100110010 1011011 1000001

Color Harmonies of #F752E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752E7

Black with #F752E7

Text Example


Text Example

White with #F752E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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