Html Css Color HEX #F953DF Free Speech Magenta

📋 copy color: '#F953DF'

red 249 ◦ green 83 ◦ blue 223

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

Shades of Free Speech Magenta #F953DF

Tints of Free Speech Magenta #F953DF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.95%

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

R = 44.86%
G = 14.95%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F953DF (or 0xF953DF) is known color: Free Speech Magenta. HEX triplet: F9, 53 and DF. RGB value is (249,83,223). Sum of RGB (Red+Green+Blue) = 249+83+223=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 83 (32.81% from 255 or 14.95% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F953DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953DF is #06AC20. Grayscale: #949494. Windows color (decimal): -437281 or 14636025. OLE color: 14636025.

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

Color convert

RGB 249 83 223 -
CMYK 0 0.67 0.10 0.02
HSL 309.4º 0.93% 0.65% -
HSV(B) 309.4º 0.67% 0.98% -
XYZ 55.48 31.65 73 -
YUV 148.59 170 199.62 -
System Red Green Blue C M Y K H S L
Decimal 249 83 223 0 0.67 0.10 0.02 309.4 0.93 0.65
Hex F9 53 DF 0 43 A 2 135 5D 41
Octal 371 123 337 0 103 12 2 465 135 101
Binary 11111001 1010011 11011111 0 1000011 1010 10 100110101 1011101 1000001

Color Harmonies of #F953DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F953DF

Black with #F953DF

Text Example


Text Example

White with #F953DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F953DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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