Html Css Color HEX #F755D6 Free Speech Magenta

📋 copy color: '#F755D6'

red 247 ◦ green 85 ◦ blue 214

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

Shades of Free Speech Magenta #F755D6

Tints of Free Speech Magenta #F755D6

RGB

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

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

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

R = 45.24%
G = 15.57%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F755D6 (or 0xF755D6) is known color: Free Speech Magenta. HEX triplet: F7, 55 and D6. RGB value is (247,85,214). Sum of RGB (Red+Green+Blue) = 247+85+214=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F755D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755D6 is #08AA29. Grayscale: #939393. Windows color (decimal): -567850 or 14046711. OLE color: 14046711.

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

Color convert

RGB 247 85 214 -
CMYK 0 0.66 0.13 0.03
HSL 312.22º 0.91% 0.65% -
HSV(B) 312.22º 0.66% 0.97% -
XYZ 53.74 31.13 66.79 -
YUV 148.14 165.17 198.51 -
System Red Green Blue C M Y K H S L
Decimal 247 85 214 0 0.66 0.13 0.03 312.22 0.91 0.65
Hex F7 55 D6 0 42 D 3 138 5B 41
Octal 367 125 326 0 102 15 3 470 133 101
Binary 11110111 1010101 11010110 0 1000010 1101 11 100111000 1011011 1000001

Color Harmonies of #F755D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F755D6

Black with #F755D6

Text Example


Text Example

White with #F755D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F755D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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