Html Css Color HEX #F755DD Free Speech Magenta

📋 copy color: '#F755DD'

red 247 ◦ green 85 ◦ blue 221

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

Shades of Free Speech Magenta #F755DD

Tints of Free Speech Magenta #F755DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.37%

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

R = 44.67%
G = 15.37%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F755DD (or 0xF755DD) is known color: Free Speech Magenta. HEX triplet: F7, 55 and DD. RGB value is (247,85,221). Sum of RGB (Red+Green+Blue) = 247+85+221=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F755DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755DD is #08AA22. Grayscale: #949494. Windows color (decimal): -567843 or 14505463. OLE color: 14505463.

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

Color convert

RGB 247 85 221 -
CMYK 0 0.66 0.11 0.03
HSL 309.63º 0.91% 0.65% -
HSV(B) 309.63º 0.66% 0.97% -
XYZ 54.66 31.49 71.6 -
YUV 148.94 168.67 197.94 -
System Red Green Blue C M Y K H S L
Decimal 247 85 221 0 0.66 0.11 0.03 309.63 0.91 0.65
Hex F7 55 DD 0 42 B 3 136 5B 41
Octal 367 125 335 0 102 13 3 466 133 101
Binary 11110111 1010101 11011101 0 1000010 1011 11 100110110 1011011 1000001

Color Harmonies of #F755DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F755DD

Black with #F755DD

Text Example


Text Example

White with #F755DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F755DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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