Html Css Color HEX #F751DD Free Speech Magenta

📋 copy color: '#F751DD'

red 247 ◦ green 81 ◦ blue 221

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

Shades of Free Speech Magenta #F751DD

Tints of Free Speech Magenta #F751DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.75%

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

R = 44.99%
G = 14.75%
B = 40.26%

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

#F751DD (or 0xF751DD) is known color: Free Speech Magenta. HEX triplet: F7, 51 and DD. RGB value is (247,81,221). Sum of RGB (Red+Green+Blue) = 247+81+221=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 81 (32.03% from 255 or 14.75% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F751DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F751DD is #08AE22. Grayscale: #929292. Windows color (decimal): -568867 or 14504439. OLE color: 14504439.

HSL color Cylindrical-coordinate representation of color #F751DD: hue angle of 309.4º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F751DD is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 81 221 -
CMYK 0 0.67 0.11 0.03
HSL 309.4º 0.91% 0.64% -
HSV(B) 309.4º 0.67% 0.97% -
XYZ 54.35 30.88 71.5 -
YUV 146.59 170 199.62 -
System Red Green Blue C M Y K H S L
Decimal 247 81 221 0 0.67 0.11 0.03 309.4 0.91 0.64
Hex F7 51 DD 0 43 B 3 135 5B 40
Octal 367 121 335 0 103 13 3 465 133 100
Binary 11110111 1010001 11011101 0 1000011 1011 11 100110101 1011011 1000000

Color Harmonies of #F751DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F751DD

Black with #F751DD

Text Example


Text Example

White with #F751DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F751DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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