Html Css Color HEX #F955DF Free Speech Magenta

📋 copy color: '#F955DF'

red 249 ◦ green 85 ◦ blue 223

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

Shades of Free Speech Magenta #F955DF

Tints of Free Speech Magenta #F955DF

RGB

 RED value IS 249 (97.66% from 255) = 44.7%

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 44.7%
G = 15.26%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F955DF (or 0xF955DF) is known color: Free Speech Magenta. HEX triplet: F9, 55 and DF. RGB value is (249,85,223). Sum of RGB (Red+Green+Blue) = 249+85+223=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F955DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F955DF is #06AA20. Grayscale: #959595. Windows color (decimal): -436769 or 14636537. OLE color: 14636537.

HSL color Cylindrical-coordinate representation of color #F955DF: hue angle of 309.51º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F955DF is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 85 223 -
CMYK 0 0.66 0.10 0.02
HSL 309.51º 0.93% 0.65% -
HSV(B) 309.51º 0.66% 0.98% -
XYZ 55.63 31.96 73.05 -
YUV 149.77 169.33 198.78 -
System Red Green Blue C M Y K H S L
Decimal 249 85 223 0 0.66 0.10 0.02 309.51 0.93 0.65
Hex F9 55 DF 0 42 A 2 136 5D 41
Octal 371 125 337 0 102 12 2 466 135 101
Binary 11111001 1010101 11011111 0 1000010 1010 10 100110110 1011101 1000001

Color Harmonies of #F955DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F955DF

Black with #F955DF

Text Example


Text Example

White with #F955DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F955DF; }

 p { color: rgb(249,85,223); }

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

background-color css

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

 a { background-color: rgb(249,85,223); }

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

border-color css

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

 span { border-color: rgb(249,85,223); }

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